public class PKCSObjectIdentifiersBC extends Object implements IPKCSObjectIdentifiers
PKCSObjectIdentifiers.| Constructor and Description |
|---|
PKCSObjectIdentifiersBC(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers)
Creates new wrapper instance for
PKCSObjectIdentifiers. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
IASN1ObjectIdentifier |
getData() |
IASN1ObjectIdentifier |
getEnvelopedData() |
IASN1ObjectIdentifier |
getIdAaEtsSigPolicyId() |
IASN1ObjectIdentifier |
getIdAaSignatureTimeStampToken() |
IASN1ObjectIdentifier |
getIdSpqEtsUri() |
static PKCSObjectIdentifiersBC |
getInstance()
Gets wrapper instance.
|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers |
getPKCSObjectIdentifiers()
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 PKCSObjectIdentifiersBC(org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers pkcsObjectIdentifiers)
PKCSObjectIdentifiers.pkcsObjectIdentifiers - PKCSObjectIdentifiers to be wrappedpublic static PKCSObjectIdentifiersBC getInstance()
PKCSObjectIdentifiersBC instance.public org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers getPKCSObjectIdentifiers()
PKCSObjectIdentifiers.public IASN1ObjectIdentifier getIdAaSignatureTimeStampToken()
getIdAaSignatureTimeStampToken in interface IPKCSObjectIdentifierspublic IASN1ObjectIdentifier getIdAaEtsSigPolicyId()
getIdAaEtsSigPolicyId in interface IPKCSObjectIdentifierspublic IASN1ObjectIdentifier getIdSpqEtsUri()
getIdSpqEtsUri in interface IPKCSObjectIdentifierspublic IASN1ObjectIdentifier getEnvelopedData()
getEnvelopedData in interface IPKCSObjectIdentifierspublic IASN1ObjectIdentifier getData()
getData in interface IPKCSObjectIdentifierspublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.