|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.api.keys.PrivateKey
| Fields inherited from interface java.security.Key |
serialVersionUID |
| Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
| Constructor Summary | |
PrivateKey()
|
|
| Method Summary | |
protected abstract codec.asn1.ASN1Type |
getAlgParams()
|
byte[] |
getEncoded()
Return the key in its primary encoding format, PKCS #8. |
java.lang.String |
getFormat()
Return the encoding format, PKCS #8. |
protected abstract byte[] |
getKeyData()
|
protected abstract codec.asn1.ASN1ObjectIdentifier |
getOID()
|
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface java.security.Key |
getAlgorithm |
| Constructor Detail |
public PrivateKey()
| Method Detail |
public final java.lang.String getFormat()
getFormat in interface java.security.Keypublic final byte[] getEncoded()
getEncoded in interface java.security.Keyprotected abstract codec.asn1.ASN1ObjectIdentifier getOID()
protected abstract codec.asn1.ASN1Type getAlgParams()
protected abstract byte[] getKeyData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||