public class X509ExtensionUtilsBC extends Object implements IX509ExtensionUtils
X509ExtensionUtils.| Constructor and Description |
|---|
X509ExtensionUtilsBC(IDigestCalculator digestCalculator)
Creates new wrapper instance for
X509ExtensionUtils. |
X509ExtensionUtilsBC(org.bouncycastle.cert.X509ExtensionUtils extensionUtils)
Creates new wrapper instance for
X509ExtensionUtils. |
| Modifier and Type | Method and Description |
|---|---|
IAuthorityKeyIdentifier |
createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo) |
ISubjectKeyIdentifier |
createSubjectKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.X509ExtensionUtils |
getExtensionUtils()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public X509ExtensionUtilsBC(org.bouncycastle.cert.X509ExtensionUtils extensionUtils)
X509ExtensionUtils.extensionUtils - X509ExtensionUtils to be wrappedpublic X509ExtensionUtilsBC(IDigestCalculator digestCalculator)
X509ExtensionUtils.digestCalculator - DigestCalculator wrapper to create X509ExtensionUtilspublic org.bouncycastle.cert.X509ExtensionUtils getExtensionUtils()
X509ExtensionUtils.public IAuthorityKeyIdentifier createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
createAuthorityKeyIdentifier in interface IX509ExtensionUtilspublic ISubjectKeyIdentifier createSubjectKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
createSubjectKeyIdentifier in interface IX509ExtensionUtilspublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.