Uses of Class
org.soulwing.s2ks.NoSuchKeyException
-
Packages that use NoSuchKeyException Package Description org.soulwing.s2ks API package -
-
Uses of NoSuchKeyException in org.soulwing.s2ks
Methods in org.soulwing.s2ks that throw NoSuchKeyException Modifier and Type Method Description java.security.KeyKeyStorage. retrieve(java.lang.String id)Retrieves a key.java.util.List<java.security.cert.X509Certificate>KeyPairStorage. retrieveCertificates(java.lang.String id)Retrieves the certificates associated for a key pair.KeyPairInfoKeyPairStorage. retrieveKeyPair(java.lang.String id)Retrieves the key pair with the given identifier.KeyWithMetadataKeyStorage. retrieveWithMetadata(java.lang.String id)Retrieves a key and its associated metadata.
-