|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mozilla.jss.pkix.primitive.PrivateKeyInfo
public class PrivateKeyInfo
| Nested Class Summary | |
|---|---|
static class |
PrivateKeyInfo.Template
A template class for decoding PrivateKeyInfos from BER. |
| Field Summary |
|---|
| Fields inherited from interface java.security.PrivateKey |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
PrivateKeyInfo(INTEGER version,
AlgorithmIdentifier privateKeyAlgorithm,
OCTET_STRING privateKey,
SET attributes)
Create a PrivateKeyInfo from its components. |
|
| Method Summary | |
|---|---|
void |
encode(java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using its own base tag. |
void |
encode(Tag implicitTag,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using an implicit tag. |
java.lang.String |
getAlgorithm()
|
SET |
getAttributes()
May return null if no attributes are present. |
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
OCTET_STRING |
getPrivateKey()
|
AlgorithmIdentifier |
getPrivateKeyAlgorithm()
|
Tag |
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context. |
static PrivateKeyInfo.Template |
getTemplate()
|
INTEGER |
getVersion()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrivateKeyInfo(INTEGER version,
AlgorithmIdentifier privateKeyAlgorithm,
OCTET_STRING privateKey,
SET attributes)
attributes - May be null if there are no attributes, in which
case the attributes field will be omitted from the DER encoding.
Each element must be a org.mozilla.jss.pkix.primitive.Attribute.| Method Detail |
|---|
public INTEGER getVersion()
public AlgorithmIdentifier getPrivateKeyAlgorithm()
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic OCTET_STRING getPrivateKey()
public SET getAttributes()
public Tag getTag()
ASN1Value
getTag in interface ASN1Value
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
ASN1Value
encode in interface ASN1Valuejava.io.IOException
public void encode(Tag implicitTag,
java.io.OutputStream ostream)
throws java.io.IOException
ASN1Value
encode in interface ASN1Valuejava.io.IOExceptionpublic static PrivateKeyInfo.Template getTemplate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||