public interface COSEKey
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
COSEAlgorithmIdentifier |
getAlgorithm() |
byte[] |
getBaseIV() |
byte[] |
getKeyId() |
java.util.List<COSEKeyOperation> |
getKeyOps() |
COSEKeyType |
getKeyType() |
java.security.PrivateKey |
getPrivateKey() |
java.security.PublicKey |
getPublicKey() |
boolean |
hasPrivateKey() |
boolean |
hasPublicKey() |
void |
validate() |
boolean hasPublicKey()
boolean hasPrivateKey()
java.security.PublicKey getPublicKey()
java.security.PrivateKey getPrivateKey()
COSEKeyType getKeyType()
byte[] getKeyId()
COSEAlgorithmIdentifier getAlgorithm()
java.util.List<COSEKeyOperation> getKeyOps()
byte[] getBaseIV()
void validate()