Class 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 Detail

      • PendInfo

        public PendInfo​(byte[] pendToken,
                        org.bouncycastle.asn1.ASN1GeneralizedTime pendTime)
    • Method Detail

      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      • getPendToken

        public byte[] getPendToken()
      • getPendTime

        public org.bouncycastle.asn1.ASN1GeneralizedTime getPendTime()