java.lang.Object | ||
↳ | org.bouncycastle.asn1.ASN1Encodable | |
↳ | org.bouncycastle.asn1.cms.OriginatorPublicKey |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
return an OriginatorPublicKey object from a tagged object.
| |||||||||||
return an OriginatorPublicKey object from the given object.
| |||||||||||
Produce an object suitable for an ASN1OutputStream.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
return an OriginatorPublicKey object from a tagged object.
obj | the tagged object holding the object we want. |
---|---|
explicit | true if the object is meant to be explicitly tagged false otherwise. |
IllegalArgumentException | if the object held by the tagged object cannot be converted. |
---|
return an OriginatorPublicKey object from the given object.
obj | the object we want converted. |
---|
IllegalArgumentException | if the object cannot be converted. |
---|
Produce an object suitable for an ASN1OutputStream.
OriginatorPublicKey ::= SEQUENCE { algorithm AlgorithmIdentifier, publicKey BIT STRING }