public interface SecretKeySizeProvider
Modifier and Type | Method and Description |
---|---|
int |
getKeySize(AlgorithmIdentifier algorithmIdentifier) |
int |
getKeySize(ASN1ObjectIdentifier algorithm)
Return the key size implied by the OID, if one exists.
|
int getKeySize(AlgorithmIdentifier algorithmIdentifier)
int getKeySize(ASN1ObjectIdentifier algorithm)
algorithm
- the OID of the algorithm of interest.Copyright © 2018 BouncyCastle.org. All rights reserved.