Uses of Class
com.hierynomus.security.SecurityException
Packages that use SecurityException
Package
Description
-
Uses of SecurityException in com.hierynomus.security
Methods in com.hierynomus.security that throw SecurityExceptionModifier and TypeMethodDescriptionbyte[]
AEADBlockCipher.doFinal
(byte[] in, int inOffset, int inLength) int
Cipher.doFinal
(byte[] out, int outOff) SecurityProvider.getAEADBlockCipher
(String name) SecurityProvider.getDerivationFunction
(String name) void
AEADBlockCipher.init
(Cipher.CryptMode cryptMode, byte[] bytes, GCMParameterSpec gcmParameterSpec) void
Cipher.init
(Cipher.CryptMode cryptMode, byte[] bytes) void
DerivationFunction.init
(DerivationParameters parameters) void
Mac.init
(byte[] key) byte[]
AEADBlockCipher.update
(byte[] in, int inOffset, int inLength) int
Cipher.update
(byte[] in, int inOff, int bytes, byte[] out, int outOff) void
AEADBlockCipher.updateAAD
(byte[] aad, int aadOffset, int aadLength) -
Uses of SecurityException in com.hierynomus.security.bc
Methods in com.hierynomus.security.bc that throw SecurityExceptionModifier and TypeMethodDescriptionbyte[]
BCAEADCipherFactory.BCAEADBlockCipher.doFinal
(byte[] in, int inOffset, int inLength) int
BCCipherFactory.BCBlockCipher.doFinal
(byte[] out, int outOff) void
BCAEADCipherFactory.BCAEADBlockCipher.init
(Cipher.CryptMode cryptMode, byte[] bytes, GCMParameterSpec gcmParameterSpec) byte[]
BCAEADCipherFactory.BCAEADBlockCipher.update
(byte[] in, int inOffset, int inLength) void
BCAEADCipherFactory.BCAEADBlockCipher.updateAAD
(byte[] aad, int aadOffset, int aadLength) -
Uses of SecurityException in com.hierynomus.security.jce
Methods in com.hierynomus.security.jce that throw SecurityExceptionModifier and TypeMethodDescriptionbyte[]
JceAEADCipher.doFinal
(byte[] in, int inOffset, int inLength) int
JceCipher.doFinal
(byte[] out, int outOff) JceSecurityProvider.getAEADBlockCipher
(String name) JceSecurityProvider.getDerivationFunction
(String name) void
JceAEADCipher.init
(Cipher.CryptMode cryptMode, byte[] bytes, GCMParameterSpec gcmParameterSpec) void
JceCipher.init
(Cipher.CryptMode cryptMode, byte[] bytes) void
JceDerivationFunction.init
(DerivationParameters parameters) void
JceMac.init
(byte[] key) byte[]
JceAEADCipher.update
(byte[] in, int inOffset, int inLength) int
JceCipher.update
(byte[] in, int inOff, int bytes, byte[] out, int outOff) void
JceAEADCipher.updateAAD
(byte[] aad, int aadOffset, int aadLength) Constructors in com.hierynomus.security.jce that throw SecurityExceptionModifierConstructorDescription(package private)
JceAEADCipher
(String name, Provider jceProvider, String providerName) (package private)
(package private)
JceMessageDigest
(String algorithm, Provider jceProvider, String providerName) -
Uses of SecurityException in com.hierynomus.security.jce.derivationfunction
Methods in com.hierynomus.security.jce.derivationfunction that throw SecurityExceptionModifier and TypeMethodDescriptionvoid
KDFCounterHMacSHA256.init
(DerivationParameters parameters) -
Uses of SecurityException in com.hierynomus.security.mac
Methods in com.hierynomus.security.mac that throw SecurityException -
Uses of SecurityException in com.hierynomus.smbj.connection
Methods in com.hierynomus.smbj.connection that throw SecurityExceptionModifier and TypeMethodDescriptionprivate static Mac
PacketSignatory.getMac
(SecretKey secretKey, SecurityProvider securityProvider) Constructors in com.hierynomus.smbj.connection that throw SecurityException