public class SkEcdsaPublicKey extends Object implements SecurityKeyPublicKey<ECPublicKey>
| Constructor and Description |
|---|
SkEcdsaPublicKey(String appName,
boolean noTouchRequired,
ECPublicKey delegatePublicKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm() |
String |
getAppName() |
ECPublicKey |
getDelegatePublicKey() |
byte[] |
getEncoded() |
String |
getFormat() |
int |
hashCode() |
boolean |
isNoTouchRequired() |
String |
toString() |
public static final String ALGORITHM
public SkEcdsaPublicKey(String appName, boolean noTouchRequired, ECPublicKey delegatePublicKey)
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic String getAppName()
getAppName in interface SecurityKeyPublicKey<ECPublicKey>public boolean isNoTouchRequired()
isNoTouchRequired in interface SecurityKeyPublicKey<ECPublicKey>public ECPublicKey getDelegatePublicKey()
getDelegatePublicKey in interface SecurityKeyPublicKey<ECPublicKey>Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.