Uses of Class
org.xipki.ca.sdk.KeyType
-
-
Uses of KeyType in org.xipki.ca.sdk
Methods in org.xipki.ca.sdk that return KeyType Modifier and Type Method Description static KeyTypeKeyType. decode(org.xipki.util.cbor.CborDecoder decoder)static KeyType[]KeyType. decodeArray(org.xipki.util.cbor.CborDecoder decoder)KeyType[]CertprofileInfoResponse. getKeyTypes()Constructors in org.xipki.ca.sdk with parameters of type KeyType Constructor Description CertprofileInfoResponse(String[] requiredExtensionTypes, String[] optionalExtensionTypes, KeyType[] keyTypes)
-