Searched refs:reasonCode (Results 1 – 13 of 13) sorted by relevance
54 protected String reasonCode; field in SubscriptionState121 return reasonCode; in getReasonCode()131 public void setReasonCode(String reasonCode) throws ParseException { in setReasonCode() argument132 if (reasonCode == null) in setReasonCode()136 this.reasonCode = reasonCode; in setReasonCode()173 if (reasonCode != null) in encodeBody()174 buffer.append(";reason=").append(reasonCode); in encodeBody()
643 ASN1Enumerated reasonCode = null; in getCertStatus() local648 reasonCode = ASN1Enumerated in getCertStatus()651 Extension.reasonCode)); in getCertStatus()664 || reasonCode == null in getCertStatus()665 || reasonCode.getValue().intValue() == 0 in getCertStatus()666 || reasonCode.getValue().intValue() == 1 in getCertStatus()667 || reasonCode.getValue().intValue() == 2 in getCertStatus()668 || reasonCode.getValue().intValue() == 8) in getCertStatus()672 if (reasonCode != null) in getCertStatus()674 certStatus.setCertStatus(reasonCode.getValue().intValue()); in getCertStatus()
945 ASN1Enumerated reasonCode = null; in getCertStatus() local950 reasonCode = ASN1Enumerated in getCertStatus()953 Extension.reasonCode.getId())); in getCertStatus()966 || reasonCode == null in getCertStatus()967 || reasonCode.getValue().intValue() == 0 in getCertStatus()968 || reasonCode.getValue().intValue() == 1 in getCertStatus()969 || reasonCode.getValue().intValue() == 2 in getCertStatus()970 || reasonCode.getValue().intValue() == 8) in getCertStatus()974 if (reasonCode != null) in getCertStatus()976 certStatus.setCertStatus(reasonCode.getValue().intValue()); in getCertStatus()
289 if (oid.equals(X509Extension.reasonCode)) in toString()
946 ASN1Enumerated reasonCode = null; in getCertStatus() local951 reasonCode = ASN1Enumerated in getCertStatus()954 Extension.reasonCode.getId())); in getCertStatus()967 || reasonCode == null in getCertStatus()968 || reasonCode.getValue().intValue() == 0 in getCertStatus()969 || reasonCode.getValue().intValue() == 1 in getCertStatus()970 || reasonCode.getValue().intValue() == 2 in getCertStatus()971 || reasonCode.getValue().intValue() == 8) in getCertStatus()975 if (reasonCode != null) in getCertStatus()977 certStatus.setCertStatus(reasonCode.getValue().intValue()); in getCertStatus()
291 if (oid.equals(X509Extension.reasonCode)) in toString()
22 void setReasonCode(String reasonCode) throws ParseException; in setReasonCode() argument
62 public static final ASN1ObjectIdentifier reasonCode = new ASN1ObjectIdentifier("2.5.29.21"); field in X509Extension
67 …public static final ASN1ObjectIdentifier reasonCode = new ASN1ObjectIdentifier("2.5.29.21").intern… field in Extension
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
288 if (oid.equals(Extension.reasonCode)) in toString()
289 if (oid.equals(Extension.reasonCode)) in toString()