org.bouncycastle.asn1.cms
public class SignerIdentifier extends ASN1Encodable
| Constructor Summary | |
|---|---|
| SignerIdentifier(IssuerAndSerialNumber id) | |
| SignerIdentifier(ASN1OctetString id) | |
| SignerIdentifier(DERObject id) | |
| Method Summary | |
|---|---|
| DEREncodable | getId() |
| static SignerIdentifier | getInstance(Object o)
return a SignerIdentifier object from the given object.
|
| boolean | isTagged() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: o the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
SignerIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier
}
SubjectKeyIdentifier ::= OCTET STRING