X509CRLImpl.getExtensionValue

Gets the DER encoded OCTET string for the extension value (<code>extnValue</code>) 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;...&gt;

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

class X509CRLImpl
byte[]
getExtensionValue
(
string oid
)

Meta