public class X509CertificateHolderBC extends Object implements IX509CertificateHolder
X509CertificateHolder.| Constructor and Description |
|---|
X509CertificateHolderBC(byte[] bytes)
Creates new wrapper instance for
X509CertificateHolder. |
X509CertificateHolderBC(org.bouncycastle.cert.X509CertificateHolder certificateHolder)
Creates new wrapper instance for
X509CertificateHolder. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.X509CertificateHolder |
getCertificateHolder()
Gets actual org.bouncycastle object being wrapped.
|
IAlgorithmIdentifier |
getSignatureAlgorithm() |
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public X509CertificateHolderBC(org.bouncycastle.cert.X509CertificateHolder certificateHolder)
X509CertificateHolder.certificateHolder - X509CertificateHolder to be wrappedpublic X509CertificateHolderBC(byte[] bytes)
throws IOException
X509CertificateHolder.bytes - bytes array to create X509CertificateHolder to be wrappedIOException - X509CertificateHolder object cannot be created from byte array.public org.bouncycastle.cert.X509CertificateHolder getCertificateHolder()
X509CertificateHolder.public IAlgorithmIdentifier getSignatureAlgorithm()
getSignatureAlgorithm in interface IX509CertificateHolderpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.