Uses of Class
com.exceptionfactory.jagged.framework.crypto.MacKey
Packages that use MacKey
-
Uses of MacKey in com.exceptionfactory.jagged.framework.crypto
Subclasses of MacKey in com.exceptionfactory.jagged.framework.cryptoModifier and TypeClassDescriptionfinal classPayload nonce consisting of 16 bytes from a cryptographically secure pseudorandom number generatorfinal classShared Salt Key extension of Cryptographic Algorithm Key containing the concatenation of shared public keysfinal classShared Secret Key extension of Cryptographic Algorithm Key containing the results of key agreement processingMethods in com.exceptionfactory.jagged.framework.crypto that return MacKeyModifier and TypeMethodDescriptionHeaderKeyProducer.getHeaderKey(FileKey fileKey) Get derived Header Message Authentication Code KeyMethods in com.exceptionfactory.jagged.framework.crypto with parameters of type MacKeyModifier and TypeMethodDescriptionprotected byte[]HashedDerivedKeyProducer.getDerivedKey(SecretKey inputKey, MacKey saltKey, byte[] info) Get Derived Key using HKDF-SHA-256 extracted and expanded from input keyMessageAuthenticationCodeProducerFactory.newMessageAuthenticationCodeProducer(MacKey macKey) Create a new instance of Message Authentication Code Producer using MAC Key