コード例 #1
0
 {
     this$0 = DsaPrivateKey.this;
     super();
     try
     {
         signature = Signature.getInstance("SHA1withDSA");
         verifyingStream = (VerifyingStream)DsaPrivateKey.access$000(DsaPrivateKey.this).getStream();
         return;
     }
     // Misplaced declaration of an exception variable
     catch (DsaPrivateKey dsaprivatekey)
     {
         throw new KeyczarException(DsaPrivateKey.this);
     }
 }