net.rim.device.api.crypto.certificate
Class CertificateExtension
java.lang.Object
net.rim.device.api.crypto.certificate.CertificateExtension
- All Implemented Interfaces:
- Persistable
public class CertificateExtension
- extends Object
- implements Persistable
Represents a certificate extension.
- See Also:
Certificate
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
Constructor Summary |
|
CertificateExtension(OID oid,
boolean critical,
byte[] value)
Associates an OID, a data value, and a critical flag within a certificate extension. |
Method Summary |
|
boolean |
getCritical()
Returns a boolean dictating whether this extension is critical. |
|
OID |
getOID()
Returns the OID representing
the extension. |
|
byte[] |
getValue()
Returns a copy of the byte array representing the extension value. |
CertificateExtension
public CertificateExtension(OID oid,
boolean critical,
byte[] value)
- Associates an OID, a data value, and a critical flag within a certificate extension.
- Parameters:
oid
- The object ID.critical
- A boolean that determines if the extension is critical.value
- A byte array containing the value of the extension.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
getOID
public OID getOID()
- Returns the OID representing
the extension.
- Returns:
- An OID representing the extension.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
getCritical
public boolean getCritical()
- Returns a boolean dictating whether this extension is critical.
- Returns:
- A boolean that determines if the extension is critical.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
getValue
public byte[] getValue()
- Returns a copy of the byte array representing the extension value.
- Returns:
- A copy of the byte array containing the extension value.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 3.6.0
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.