public class SigningServicePrivateKey extends Object implements PrivateKey
serialVersionUID| Constructor and Description |
|---|
SigningServicePrivateKey(String id,
String algorithm)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
String |
getId() |
Map<String,Object> |
getProperties() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyed@Deprecated public SigningServicePrivateKey(String id, String algorithm)
id - The identifier of the keyalgorithm - The algorithm of the key (RSA or ECDSA)public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic Map<String,Object> getProperties()
Copyright © 2012–2025. All rights reserved.