Uses of Record Class
ch.admin.bit.jeap.crypto.api.KeyId
Packages that use KeyId
-
Uses of KeyId in ch.admin.bit.jeap.crypto.api
Methods in ch.admin.bit.jeap.crypto.api that return KeyIdMethods in ch.admin.bit.jeap.crypto.api that return types with arguments of type KeyIdModifier and TypeMethodDescriptionCryptoServiceProvider.configuredKeyIds()KeyIdCryptoService.configuredKeyIds()Methods in ch.admin.bit.jeap.crypto.api with parameters of type KeyIdModifier and TypeMethodDescriptionstatic CryptoExceptionCryptoException.duplicateKeyId(KeyId keyId) byte[]Encrypts plaintext to a jEAP crypto container, using the wrapping key identified by the given key id for the encryption of the data.CryptoServiceProvider.getKeyIdCryptoService(KeyId keyId) default booleanDoes this key id crypto service know the given key id and can link it to a wrapping key to be used for encryption?static CryptoExceptionCryptoException.unknownKeyId(KeyId keyId) -
Uses of KeyId in ch.admin.bit.jeap.crypto.internal.core.noop
Methods in ch.admin.bit.jeap.crypto.internal.core.noop that return types with arguments of type KeyIdMethods in ch.admin.bit.jeap.crypto.internal.core.noop with parameters of type KeyId