Lines Matching refs:crypto
34332 ctor public KeyStore.SecretKeyEntry(javax.crypto.SecretKey);
34333 method public javax.crypto.SecretKey getSecretKey();
40499 package javax.crypto {
40507 ctor protected Cipher(javax.crypto.CipherSpi, java.security.Provider, java.lang.String);
40508 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal…
40509 …t doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40510 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I…
40511 …lic final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I…
40512 …e[], int, int, byte[]) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40513 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40514 …, java.nio.ByteBuffer) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40517 method public final javax.crypto.ExemptionMechanism getExemptionMechanism();
40519 …ublic static final javax.crypto.Cipher getInstance(java.lang.String) throws java.security.NoSuchAl…
40520 …tic final javax.crypto.Cipher getInstance(java.lang.String, java.lang.String) throws java.security…
40521 … final javax.crypto.Cipher getInstance(java.lang.String, java.security.Provider) throws java.secur…
40538 … method public final int update(byte[], int, int, byte[]) throws javax.crypto.ShortBufferException;
40539 …method public final int update(byte[], int, int, byte[], int) throws javax.crypto.ShortBufferExcep…
40540 …method public final int update(java.nio.ByteBuffer, java.nio.ByteBuffer) throws javax.crypto.Short…
40541 …method public final byte[] wrap(java.security.Key) throws javax.crypto.IllegalBlockSizeException, …
40552 ctor public CipherInputStream(java.io.InputStream, javax.crypto.Cipher);
40557 ctor public CipherOutputStream(java.io.OutputStream, javax.crypto.Cipher);
40563 …act byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I…
40564 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40565 …, java.nio.ByteBuffer) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep…
40575 …method protected abstract void engineSetPadding(java.lang.String) throws javax.crypto.NoSuchPaddin…
40578 …method protected abstract int engineUpdate(byte[], int, int, byte[], int) throws javax.crypto.Shor…
40579 …method protected int engineUpdate(java.nio.ByteBuffer, java.nio.ByteBuffer) throws javax.crypto.Sh…
40580 …method protected byte[] engineWrap(java.security.Key) throws javax.crypto.IllegalBlockSizeExceptio…
40591 …method public java.security.spec.PKCS8EncodedKeySpec getKeySpec(javax.crypto.Cipher) throws java.s…
40598 …ctor protected ExemptionMechanism(javax.crypto.ExemptionMechanismSpi, java.security.Provider, java…
40599 …method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, jav…
40600 …nExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, java.lang.IllegalStateExce…
40601 …ptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, java.lang.IllegalStateExce…
40602 …method public static final javax.crypto.ExemptionMechanism getInstance(java.lang.String) throws ja…
40603 …method public static final javax.crypto.ExemptionMechanism getInstance(java.lang.String, java.lang…
40604 …method public static final javax.crypto.ExemptionMechanism getInstance(java.lang.String, java.secu…
40608 …method public final void init(java.security.Key) throws javax.crypto.ExemptionMechanismException, …
40609 … init(java.security.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanism…
40610 …va.security.Key, java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanism…
40611 …method public final boolean isCryptoAllowed(java.security.Key) throws javax.crypto.ExemptionMechan…
40621 …method protected abstract byte[] engineGenExemptionBlob() throws javax.crypto.ExemptionMechanismEx…
40622 …nt engineGenExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, javax.cryp…
40624 …method protected abstract void engineInit(java.security.Key) throws javax.crypto.ExemptionMechanis…
40625 …eInit(java.security.Key, java.security.AlgorithmParameters) throws javax.crypto.ExemptionMechanism…
40626 …va.security.Key, java.security.spec.AlgorithmParameterSpec) throws javax.crypto.ExemptionMechanism…
40635 …ctor protected KeyAgreement(javax.crypto.KeyAgreementSpi, java.security.Provider, java.lang.String…
40638 …enerateSecret(byte[], int) throws java.lang.IllegalStateException, javax.crypto.ShortBufferExcepti…
40639 …method public final javax.crypto.SecretKey generateSecret(java.lang.String) throws java.lang.Illeg…
40641 …method public static final javax.crypto.KeyAgreement getInstance(java.lang.String) throws java.sec…
40642 …method public static final javax.crypto.KeyAgreement getInstance(java.lang.String, java.lang.Strin…
40643 …method public static final javax.crypto.KeyAgreement getInstance(java.lang.String, java.security.P…
40655 …enerateSecret(byte[], int) throws java.lang.IllegalStateException, javax.crypto.ShortBufferExcepti…
40656 …method protected abstract javax.crypto.SecretKey engineGenerateSecret(java.lang.String) throws jav…
40662 …ctor protected KeyGenerator(javax.crypto.KeyGeneratorSpi, java.security.Provider, java.lang.String…
40663 method public final javax.crypto.SecretKey generateKey();
40665 …method public static final javax.crypto.KeyGenerator getInstance(java.lang.String) throws java.sec…
40666 …method public static final javax.crypto.KeyGenerator getInstance(java.lang.String, java.lang.Strin…
40667 …method public static final javax.crypto.KeyGenerator getInstance(java.lang.String, java.security.P…
40678 method protected abstract javax.crypto.SecretKey engineGenerateKey();
40685 ctor protected Mac(javax.crypto.MacSpi, java.security.Provider, java.lang.String);
40688 … void doFinal(byte[], int) throws java.lang.IllegalStateException, javax.crypto.ShortBufferExcepti…
40691 …method public static final javax.crypto.Mac getInstance(java.lang.String) throws java.security.NoS…
40692 …method public static final javax.crypto.Mac getInstance(java.lang.String, java.lang.String) throws…
40693 …method public static final javax.crypto.Mac getInstance(java.lang.String, java.security.Provider) …
40722 public class NullCipher extends javax.crypto.Cipher {
40727 … public SealedObject(java.io.Serializable, javax.crypto.Cipher) throws java.io.IOException, javax.…
40728 ctor protected SealedObject(javax.crypto.SealedObject);
40731 …etObject(javax.crypto.Cipher) throws javax.crypto.BadPaddingException, java.lang.ClassNotFoundExce…
40741 …ctor protected SecretKeyFactory(javax.crypto.SecretKeyFactorySpi, java.security.Provider, java.lan…
40742 …method public final javax.crypto.SecretKey generateSecret(java.security.spec.KeySpec) throws java.…
40744 …method public static final javax.crypto.SecretKeyFactory getInstance(java.lang.String) throws java…
40745 …method public static final javax.crypto.SecretKeyFactory getInstance(java.lang.String, java.lang.S…
40746 …method public static final javax.crypto.SecretKeyFactory getInstance(java.lang.String, java.securi…
40747 …method public final java.security.spec.KeySpec getKeySpec(javax.crypto.SecretKey, java.lang.Class)…
40749 …method public final javax.crypto.SecretKey translateKey(javax.crypto.SecretKey) throws java.securi…
40754 …method protected abstract javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec) …
40755 …method protected abstract java.security.spec.KeySpec engineGetKeySpec(javax.crypto.SecretKey, java…
40756 …method protected abstract javax.crypto.SecretKey engineTranslateKey(javax.crypto.SecretKey) throws…
40766 package javax.crypto.interfaces {
40769 method public abstract javax.crypto.spec.DHParameterSpec getParams();
40772 …public abstract interface DHPrivateKey implements javax.crypto.interfaces.DHKey java.security.Priv…
40777 …public abstract interface DHPublicKey implements javax.crypto.interfaces.DHKey java.security.Publi…
40782 public abstract interface PBEKey implements javax.crypto.SecretKey {
40791 package javax.crypto.spec {
40845 …ng.String, java.lang.String, java.security.spec.AlgorithmParameterSpec, javax.crypto.spec.PSource);
40849 method public javax.crypto.spec.PSource getPSource();
40850 field public static final javax.crypto.spec.OAEPParameterSpec DEFAULT;
40875 public static final class PSource.PSpecified extends javax.crypto.spec.PSource {
40878 field public static final javax.crypto.spec.PSource.PSpecified DEFAULT;
40899 …public class SecretKeySpec implements java.security.spec.KeySpec javax.crypto.SecretKey java.io.Se…