|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.OriginatorIdentifierOrKey
RFC 5652: Content encryption key delivery mechanisms. OriginatorIdentifierOrKey ::= CHOICE { issuerAndSerialNumber IssuerAndSerialNumber, subjectKeyIdentifier [0] SubjectKeyIdentifier, originatorKey [1] OriginatorPublicKey } SubjectKeyIdentifier ::= OCTET STRING
| Constructor Summary | |
OriginatorIdentifierOrKey(ASN1OctetString id)
Deprecated. use version taking a SubjectKeyIdentifier |
|
OriginatorIdentifierOrKey(ASN1Primitive id)
Deprecated. use more specific version |
|
OriginatorIdentifierOrKey(IssuerAndSerialNumber id)
|
|
OriginatorIdentifierOrKey(OriginatorPublicKey id)
|
|
OriginatorIdentifierOrKey(SubjectKeyIdentifier id)
|
|
| Method Summary | |
ASN1Encodable |
getId()
|
static OriginatorIdentifierOrKey |
getInstance(ASN1TaggedObject o,
boolean explicit)
Return an OriginatorIdentifierOrKey object from a tagged object. |
static OriginatorIdentifierOrKey |
getInstance(java.lang.Object o)
Return an OriginatorIdentifierOrKey object from the given object. |
IssuerAndSerialNumber |
getIssuerAndSerialNumber()
|
OriginatorPublicKey |
getOriginatorKey()
|
SubjectKeyIdentifier |
getSubjectKeyIdentifier()
|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OriginatorIdentifierOrKey(IssuerAndSerialNumber id)
public OriginatorIdentifierOrKey(ASN1OctetString id)
public OriginatorIdentifierOrKey(SubjectKeyIdentifier id)
public OriginatorIdentifierOrKey(OriginatorPublicKey id)
public OriginatorIdentifierOrKey(ASN1Primitive id)
| Method Detail |
public static OriginatorIdentifierOrKey getInstance(ASN1TaggedObject o,
boolean explicit)
o - the tagged object holding the object we want.explicit - true if the object is meant to be explicitly
tagged false otherwise.
java.lang.IllegalArgumentException - if the object held by the
tagged object cannot be converted.public static OriginatorIdentifierOrKey getInstance(java.lang.Object o)
Accepted inputs:
null → null
OriginatorIdentifierOrKey object
IssuerAndSerialNumber object
ASN1TaggedObject input formats with IssuerAndSerialNumber structure inside
o - the object we want converted.
java.lang.IllegalArgumentException - if the object cannot be converted.public ASN1Encodable getId()
public IssuerAndSerialNumber getIssuerAndSerialNumber()
public SubjectKeyIdentifier getSubjectKeyIdentifier()
public OriginatorPublicKey getOriginatorKey()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||