| java.lang.Object org.bouncycastle.bcpg.BCPGObject org.bouncycastle.bcpg.S2K
Constructor Summary | |
| S2K(InputStream in) | public | S2K(int algorithm) | public | S2K(int algorithm, byte[] iv) | public | S2K(int algorithm, byte[] iv, int itCount) |
GNU_DUMMY_S2K | final public static int GNU_DUMMY_S2K(Code) | | |
SALTED | final public static int SALTED(Code) | | |
SALTED_AND_ITERATED | final public static int SALTED_AND_ITERATED(Code) | | |
SIMPLE | final public static int SIMPLE(Code) | | |
protectionMode | int protectionMode(Code) | | |
S2K | public S2K(int algorithm)(Code) | | |
S2K | public S2K(int algorithm, byte[] iv)(Code) | | |
S2K | public S2K(int algorithm, byte[] iv, int itCount)(Code) | | |
getHashAlgorithm | public int getHashAlgorithm()(Code) | | return the hash algorithm for this S2K
|
getIV | public byte[] getIV()(Code) | | return the iv for the key generation algorithm
|
getIterationCount | public long getIterationCount()(Code) | | return the iteration count
|
getProtectionMode | public int getProtectionMode()(Code) | | the protection mode - only if GNU_DUMMY_S2K
|
getType | public int getType()(Code) | | |
|
|