anon.crypto
Class PKCS12.MyCipher

java.lang.Object
  extended by anon.crypto.PKCS12.MyCipher
Enclosing class:
PKCS12

private static class PKCS12.MyCipher
extends java.lang.Object


Field Summary
 org.bouncycastle.crypto.BlockCipher cipher
           
 int keysize
           
 
Constructor Summary
PKCS12.MyCipher(org.bouncycastle.crypto.BlockCipher c, int ks)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cipher

public org.bouncycastle.crypto.BlockCipher cipher

keysize

public int keysize
Constructor Detail

PKCS12.MyCipher

PKCS12.MyCipher(org.bouncycastle.crypto.BlockCipher c,
                int ks)