Package org.webpki.sks
Class KeyAttributes
java.lang.Object
org.webpki.sks.KeyAttributes
-
Constructor Summary
ConstructorDescriptionKeyAttributes
(short symmetricKeyLength, X509Certificate[] certificatePath, byte appUsage, String friendlyName, String[] endorsedAlgorithms, String[] extensionTypes) -
Method Summary
Modifier and TypeMethodDescriptionshort
boolean
-
Constructor Details
-
KeyAttributes
public KeyAttributes(short symmetricKeyLength, X509Certificate[] certificatePath, byte appUsage, String friendlyName, String[] endorsedAlgorithms, String[] extensionTypes)
-
-
Method Details
-
isSymmetricKey
public boolean isSymmetricKey() -
getSymmetricKeyLength
public short getSymmetricKeyLength() -
getCertificatePath
-
getAppUsage
- Throws:
SKSException
-
getFriendlyName
-
getEndorsedAlgorithms
-
getExtensionTypes
-