Class OtherStatusInfo

  • All Implemented Interfaces:
    ASN1Choice, ASN1Encodable, Encodable

    public class OtherStatusInfo
    extends ASN1Object
    implements ASN1Choice
    Other info implements the choice component of CMCStatusInfoV2.

    OtherStatusInfo ::= CHOICE { failInfo CMCFailInfo, pendInfo PendInfo, extendedFailInfo ExtendedFailInfo }

    • Method Detail

      • getInstance

        public static OtherStatusInfo getInstance​(java.lang.Object obj)
      • isPendingInfo

        public boolean isPendingInfo()
      • isFailInfo

        public boolean isFailInfo()
      • isExtendedFailInfo

        public boolean isExtendedFailInfo()