org.bouncycastle.asn1.cmc
Class PendInfo
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.PendInfo
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class PendInfo
- extends org.bouncycastle.asn1.ASN1Object
PendInfo ::= SEQUENCE {
pendToken OCTET STRING,
pendTime GeneralizedTime
}
Constructor Summary |
PendInfo(byte[] pendToken,
org.bouncycastle.asn1.ASN1GeneralizedTime pendTime)
|
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 |
PendInfo
public PendInfo(byte[] pendToken,
org.bouncycastle.asn1.ASN1GeneralizedTime pendTime)
getInstance
public static PendInfo getInstance(java.lang.Object o)
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
getPendToken
public byte[] getPendToken()
getPendTime
public org.bouncycastle.asn1.ASN1GeneralizedTime getPendTime()