コード例 #1
0
 public final void initSign()
     throws KeyczarException
 {
     try
     {
         signature.initSign(DsaPrivateKey.access$100(DsaPrivateKey.this));
         return;
     }
     catch (GeneralSecurityException generalsecurityexception)
     {
         throw new KeyczarException(generalsecurityexception);
     }
 }
コード例 #2
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);
     }
 }