|
Bouncy Castle Cryptography Library 1.49 | ||||||||
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
public class OriginatorIdentifierOrKey
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 |
---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
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)
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()
OriginatorIdentifierOrKey ::= CHOICE { issuerAndSerialNumber IssuerAndSerialNumber, subjectKeyIdentifier [0] SubjectKeyIdentifier, originatorKey [1] OriginatorPublicKey } SubjectKeyIdentifier ::= OCTET STRING
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |