Class LraPopWitness

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.LraPopWitness
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class LraPopWitness extends org.bouncycastle.asn1.ASN1Object
 id-cmc-lraPOPWitness OBJECT IDENTIFIER ::= {id-cmc 11}

 LraPopWitness ::= SEQUENCE {
     pkiDataBodyid   BodyPartID,
     bodyIds         SEQUENCE OF BodyPartID
 }
 
  • Constructor Details

    • LraPopWitness

      public LraPopWitness(BodyPartID pkiDataBodyid, org.bouncycastle.asn1.ASN1Sequence bodyIds)
  • Method Details

    • getInstance

      public static LraPopWitness getInstance(Object o)
    • getPkiDataBodyid

      public BodyPartID getPkiDataBodyid()
    • getBodyIds

      public BodyPartID[] getBodyIds()
    • 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