Uses of Class
org.soulwing.s2ks.KeyWrapException
-
Packages that use KeyWrapException Package Description org.soulwing.s2ks API package -
-
Uses of KeyWrapException in org.soulwing.s2ks
Methods in org.soulwing.s2ks that throw KeyWrapException Modifier and Type Method Description voidMutableKeyStorage. store(java.lang.String id, java.security.Key key)Stores a key using the given identifier, replacing any existing key with the same identifier.voidMutableKeyStorage. store(java.lang.String id, KeyWithMetadata keyWithMetadata)Stores a key and associated metadata using the given identifier, replacing any existing key and metadata with the same identifier.
-