Package org.bouncycastle.oer.its
Class PreSharedKeyRecipientInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.HashedId
-
- org.bouncycastle.oer.its.PreSharedKeyRecipientInfo
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PreSharedKeyRecipientInfo extends HashedId
PreSharedKeyRecipientInfo ::= HashedId8
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.HashedId
HashedId.HashedId10, HashedId.HashedId3, HashedId.HashedId32, HashedId.HashedId8
-
-
Constructor Summary
Constructors Constructor Description PreSharedKeyRecipientInfo(byte[] string)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PreSharedKeyRecipientInfo
getInstance(java.lang.Object object)
-
Methods inherited from class org.bouncycastle.oer.its.HashedId
toASN1Primitive
-
-
-
-
Method Detail
-
getInstance
public static PreSharedKeyRecipientInfo getInstance(java.lang.Object object)
-
-