public class AlgorithmIdentifierBC extends ASN1EncodableBC implements IAlgorithmIdentifier
AlgorithmIdentifier.| Constructor and Description |
|---|
AlgorithmIdentifierBC(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
Creates new wrapper instance for
AlgorithmIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
getAlgorithm() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Gets actual org.bouncycastle object being wrapped.
|
IASN1Encodable |
getParameters() |
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic AlgorithmIdentifierBC(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
AlgorithmIdentifier.algorithmIdentifier - AlgorithmIdentifier to be wrappedpublic org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
AlgorithmIdentifier.public IASN1ObjectIdentifier getAlgorithm()
getAlgorithm in interface IAlgorithmIdentifierpublic IASN1Encodable getParameters()
getParameters in interface IAlgorithmIdentifierCopyright © 1998–2023 Apryse Group NV. All rights reserved.