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