X509CRLEntryImpl.getExtensionValue

Gets the DER encoded OCTET string for the extension value (<em>extnValue</em>) identified by the passed in oid string. The <code>oid</code> string is represented by a set of positive whole number separated by ".", that means,<br> &lt;positive whole number&gt;.&lt;positive whole number&gt;.&lt;positive whole number&gt;.&lt;...&gt;

@param oid the Object Identifier value for the extension. @return the DER encoded octet string of the extension value.

class X509CRLEntryImpl
byte[]
getExtensionValue
(
string oid
)

Meta