|
Oracle Security Developer Tools Security Engine Java API Reference 10g Release 2 (10.1.2.0.2) B15569-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.crypto.cert.PKCS12Bag
oracle.security.crypto.cert.PKCS12SecretBag
A PKCS #12 secret bag.
| Constructor Summary | |
PKCS12SecretBag(PKCS12Safe parent) |
|
PKCS12SecretBag(PKCS12Safe parent, ASN1ObjectID type, ASN1Object value) |
|
PKCS12SecretBag(PKCS12Safe parent, java.io.InputStream is) |
|
| Method Summary | |
ASN1ObjectID |
getSecretType() |
ASN1Object |
getSecretValue() |
void |
input(java.io.InputStream is)Reconstructs this object by reading its DER encoding from the specified input stream. |
int |
length()Returns the length of this object's DER encoding. |
void |
output(java.io.OutputStream os)Outputs the DER encoding of this object to the specified output stream. |
void |
setSecretType(ASN1ObjectID type) |
void |
setSecretValue(ASN1Object value) |
java.lang.String |
toString()Returns a string representation of this object. |
| Methods inherited from class oracle.security.crypto.cert.PKCS12Bag |
getFriendlyName, getLocalKeyID, inputBag, outputAttrsASN1, setFriendlyName, setLocalKeyID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PKCS12SecretBag(PKCS12Safe parent)
public PKCS12SecretBag(PKCS12Safe parent,
ASN1ObjectID type,
ASN1Object value)
public PKCS12SecretBag(PKCS12Safe parent,
java.io.InputStream is)
throws java.io.IOException
| Method Detail |
public void input(java.io.InputStream is)
throws java.io.IOException
is - the input stream from which this object will be readjava.io.IOException
public void output(java.io.OutputStream os)
throws java.io.IOException
os - the output stream to which the object will be writtenjava.io.IOExceptionpublic int length()
public void setSecretType(ASN1ObjectID type)
public ASN1ObjectID getSecretType()
public void setSecretValue(ASN1Object value)
public ASN1Object getSecretValue()
public java.lang.String toString()
|
Oracle Security Developer Tools Security Engine Java API Reference 10g Release 2 (10.1.2.0.2) B15569-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||