|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.operator.DefaultSecretKeySizeProvider
Field Summary | |
static SecretKeySizeProvider |
INSTANCE
|
Constructor Summary | |
DefaultSecretKeySizeProvider()
|
Method Summary | |
int |
getKeySize(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
|
int |
getKeySize(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
Return the key size implied by the OID, if one exists. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SecretKeySizeProvider INSTANCE
Constructor Detail |
public DefaultSecretKeySizeProvider()
Method Detail |
public int getKeySize(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
getKeySize
in interface SecretKeySizeProvider
public int getKeySize(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
SecretKeySizeProvider
getKeySize
in interface SecretKeySizeProvider
org.bouncycastle.operator.SecretKeySizeProvider
algorithm
- the OID of the algorithm of interest.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |