Searched defs:reasonCode (Results 1 – 5 of 5) sorted by relevance
54 protected String reasonCode; field in SubscriptionState131 public void setReasonCode(String reasonCode) throws ParseException { in setReasonCode()
22 void setReasonCode(String reasonCode) throws ParseException; in setReasonCode()
60 public static final ASN1ObjectIdentifier reasonCode = new ASN1ObjectIdentifier("2.5.29.21"); field in X509Extension
65 …public static final ASN1ObjectIdentifier reasonCode = new ASN1ObjectIdentifier("2.5.29.21").intern… field in Extension
927 ASN1Enumerated reasonCode = null; in getCertStatus() local