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

    Constructors
    Constructor
    Description
    PendInfo(byte[] pendToken, org.bouncycastle.asn1.ASN1GeneralizedTime pendTime)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static PendInfo
     
    org.bouncycastle.asn1.ASN1GeneralizedTime
     
    byte[]
     
    org.bouncycastle.asn1.ASN1Primitive
     

    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
  • Constructor Details

    • PendInfo

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

    • getInstance

      public static PendInfo getInstance(Object o)
    • 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()