IP*Works! S/MIME V9

ipworkssmime
Class CertExtension

java.lang.Object
  extended by ipworkssmime.CertExtension

public class CertExtension
extends java.lang.Object

Represents an extension for a certificate.

A CertExtension represents an extension that adds to or modifies an X509 Certificate . Certificate extensions are defined by their ASN.1 Object-Identifier ( OID ). The Value field contains the raw data of the extension which is usually ASN.1-encoded.

Critical: Whether or not the extension is defined as critical.

OID: The ASN.1 Object-Identifier ( OID ) that defines this certificate extension.

Value: The raw value of this certificate extension. This value is encoded according to the extension's ASN.1 specification.

See Also:
Certmgr, Certmgr.CertExtension

Constructor Summary
CertExtension(java.lang.String oid, byte[] value, boolean critical)
           
 
Method Summary
 boolean getCritical()
           
 java.lang.String getOID()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertExtension

public CertExtension(java.lang.String oid,
                     byte[] value,
                     boolean critical)
Method Detail

getCritical

public boolean getCritical()

getOID

public java.lang.String getOID()

getValue

public byte[] getValue()

IP*Works! S/MIME V9

Copyright (c) 2013 /n software inc. - All rights reserved.