org.bouncycastle.asn1.cms
Class SignerIdentifier
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.cms.SignerIdentifier
- All Implemented Interfaces:
- DEREncodable
- public class SignerIdentifier
- extends ASN1Encodable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SignerIdentifier
public SignerIdentifier(IssuerAndSerialNumber id)
SignerIdentifier
public SignerIdentifier(ASN1OctetString id)
SignerIdentifier
public SignerIdentifier(DERObject id)
getInstance
public static SignerIdentifier getInstance(java.lang.Object o)
- return a SignerIdentifier object from the given object.
- Parameters:
o
- the object we want converted.
- Throws:
java.lang.IllegalArgumentException
- if the object cannot be converted.
isTagged
public boolean isTagged()
getId
public DEREncodable getId()
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
SignerIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier
}
SubjectKeyIdentifier ::= OCTET STRING
- Specified by:
toASN1Object
in class ASN1Encodable