HomeSort by relevance Sort by last modified time
    Searched refs:REASON (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CRLReasonCodeExtension.java 37 * the reason for the certificate revocation. CAs are strongly
38 * encouraged to include reason codes in CRL entries; however, the
39 * reason code CRL entry extension should be absent instead of using the
67 * Attribute name and Reason codes
70 public static final String REASON = "reason";
99 * Create a CRLReasonCodeExtension with the passed in reason.
102 * @param reason the enumerated value for the reason code.
104 public CRLReasonCodeExtension(int reason) throws IOException
    [all...]
X509CRLEntryImpl.java 274 * get Reason Code from CRL entry.
284 return (Integer)(reasonCode.get(reasonCode.REASON));
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReasonParser.java 33 * Parser for Reason header.
46 * @param reason the header to parse
48 public ReasonParser(String reason) {
49 super(reason);
71 headerName(TokenTypes.REASON);
74 Reason reason = new Reason(); local
79 reason.setProtocol(value);
80 super.parse(reason);
    [all...]
TokenTypes.java 96 public static final int REASON = START + 59;
Lexer.java 126 TokenTypes.REASON);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 103 public static final String REASON = ReasonHeader.NAME; //47
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 178 milliseconds