|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.keys.RawX509Cert
Wrapper for a binary X.509 certificate.
Note: Instances of this class do not represent XML elments within the XML-DSIG schema, and do not extend {link XMLElement}.
| Constructor Summary | |
RawX509Cert(byte[] certBytes)Creates a new instance of RawX509Cert from the given ASN.1 DER encoded certificate bytes. |
|
RawX509Cert(java.io.InputStream is)Creates a new instance of RawX509Cert from the ASN.1 DER encoded certificate bytes read from the given input stream. |
|
| Method Summary | |
oracle.security.crypto.cert.X509 |
getCertificate()Returns a oracle.security.crypto.cert.X509 certificate instance. |
java.lang.String |
getType()Returns the type URI that identifies the specific KeyInfoData subclass. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RawX509Cert(java.io.InputStream is)
throws java.io.IOException
RawX509Cert from the ASN.1 DER encoded certificate bytes read from the given input stream.is - An input stream containing the bytes of an ASN.1 DER encoded X.509 certificate.
public RawX509Cert(byte[] certBytes)
throws java.io.IOException
RawX509Cert from the given ASN.1 DER encoded certificate bytes.certBytes - The bytes of an ASN.1 DER encoded X.509 certificate.| Method Detail |
public oracle.security.crypto.cert.X509 getCertificate()
throws java.io.IOException
oracle.security.crypto.cert.X509 certificate instance.oracle.security.crypto.cert.X509 certificate instance.java.io.IOExceptionpublic java.lang.String getType()
KeyInfoDataInterface XMLURI contains the KeyInfo data type URIs defined in the XML Signature and XML Encryption namespaces, including:
XMLURI.obj_DHKeyValueXMLURI.obj_DSAKeyValueXMLURI.obj_EncryptedKeyXMLURI.obj_KeyNameXMLURI.obj_MgmtDataXMLURI.obj_PGPDataXMLURI.obj_rawX509CertificateXMLURI.obj_RetrievalMethodXMLURI.obj_RSAKeyValueXMLURI.obj_SPKIDataXMLURI.obj_X509DatagetType in interface KeyInfoData
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||