src/share/classes/java/security/cert/X509Extension.java

Print this page

        

*** 57,69 **** * -- contains a DER encoding of a value * -- of the type registered for use with * -- the extnId object identifier value * } * </pre> ! * Since not all extensions are known, the <code>getExtensionValue</code> * method returns the DER-encoded OCTET STRING of the ! * extension value (i.e., the <code>extnValue</code>). This can then * be handled by a <em>Class</em> that understands the extension. * * @author Hemma Prafullchandra */ --- 57,69 ---- * -- contains a DER encoding of a value * -- of the type registered for use with * -- the extnId object identifier value * } * </pre> ! * Since not all extensions are known, the {@code getExtensionValue} * method returns the DER-encoded OCTET STRING of the ! * extension value (i.e., the {@code extnValue}). This can then * be handled by a <em>Class</em> that understands the extension. * * @author Hemma Prafullchandra */
*** 143,155 **** */ public Set<String> getNonCriticalExtensionOIDs(); /** * Gets the DER-encoded OCTET string for the extension value ! * (<em>extnValue</em>) identified by the passed-in <code>oid</code> * String. ! * The <code>oid</code> string is * represented by a set of nonnegative whole numbers separated * by periods. * * <p>For example:<br> * <table border=groove summary="Examples of OIDs and extension names"> --- 143,155 ---- */ public Set<String> getNonCriticalExtensionOIDs(); /** * Gets the DER-encoded OCTET string for the extension value ! * (<em>extnValue</em>) identified by the passed-in {@code oid} * String. ! * The {@code oid} string is * represented by a set of nonnegative whole numbers separated * by periods. * * <p>For example:<br> * <table border=groove summary="Examples of OIDs and extension names">