/
githubmirror
/
jdk11u-dev
ОбзорДокументацияВойти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jdk11u-dev/
.../crypto/provider/
..
AESCipher.java

8171252: Improve exception checking

9 лет назад
AESConstants.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
AESCrypt.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
AESKeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
AESParameters.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
AESWrapCipher.java

8171252: Improve exception checking

9 лет назад
ARCFOURCipher.java

8171252: Improve exception checking

9 лет назад
BlockCipherParamsCore.java

8198645: Use System.lineSeparator() instead of getProperty("line.separator")

8 лет назад
BlowfishCipher.java

8171252: Improve exception checking

9 лет назад
BlowfishConstants.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
BlowfishCrypt.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
BlowfishKeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
BlowfishParameters.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
ChaCha20Cipher.java

8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305

5 лет назад
ChaCha20Poly1305Parameters.java

8153029: ChaCha20 Cipher Implementation

8 лет назад
CipherBlockChaining.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
CipherCore.java

8280703: CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption

3 года назад
CipherFeedback.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
CipherTextStealing.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
CipherWithWrappingSpi.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
ConstructKeys.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
CounterMode.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
DESCipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESConstants.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESCrypt.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESKey.java

8286503: Enhance security classes

3 года назад
DESKeyFactory.java

8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards

5 лет назад
DESKeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESParameters.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESedeCipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESedeCrypt.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESedeKey.java

8286503: Enhance security classes

3 года назад
DESedeKeyFactory.java

8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards

5 лет назад
DESedeKeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESedeParameters.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DESedeWrapCipher.java

8193409: Improve AES supporting classes

9 лет назад
DHKeyAgreement.java

8281628: KeyAgreement : generateSecret intermittently not resetting

4 года назад
DHKeyFactory.java

8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards

5 лет назад
DHKeyPairGenerator.java

8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error

4 года назад
DHParameterGenerator.java

8293554: Enhanced DH Key Exchanges

4 года назад
DHParameters.java

8198645: Use System.lineSeparator() instead of getProperty("line.separator")

8 лет назад
DHPrivateKey.java

8286503: Enhance security classes

3 года назад
DHPublicKey.java

8286503: Enhance security classes

3 года назад
ElectronicCodeBook.java

8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions

7 лет назад
EncryptedPrivateKeyInfo.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
FeedbackCipher.java

8193409: Improve AES supporting classes

9 лет назад
GCMParameters.java

8198645: Use System.lineSeparator() instead of getProperty("line.separator")

8 лет назад
GCTR.java

8200332: Improve GCM counting

8 лет назад
GHASH.java

8214074: Ghash optimization using AVX instructions

8 лет назад
GaloisCounterMode.java

8220165: Encryption using GCM results in RuntimeException- input length out of bound

7 лет назад
HmacCore.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
HmacMD5.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
HmacMD5KeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
HmacPKCS12PBECore.java

8076190: Customizing the generation of a PKCS12 keystore

8 лет назад
HmacSHA1.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
HmacSHA1KeyGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
ISO10126Padding.java

8171252: Improve exception checking

9 лет назад
JceKeyStore.java

8253866: Security Libs Terminology Refresh

5 лет назад
KeyGeneratorCore.java

8153029: ChaCha20 Cipher Implementation

8 лет назад
KeyProtector.java

8242151: Improve OID mapping and reuse among JDK security providers for aliases registration

3 года назад
OAEPParameters.java

8242151: Improve OID mapping and reuse among JDK security providers for aliases registration

3 года назад
OutputFeedback.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
PBEKey.java

8286503: Enhance security classes

3 года назад
PBEKeyFactory.java

8208583: Better management of internal KeyStore buffers

8 лет назад
PBEParameters.java

8198645: Use System.lineSeparator() instead of getProperty("line.separator")

8 лет назад
PBES1Core.java

8369575: Enhance crypto algorithm support

4 месяца назад
PBES2Core.java

8209129: Further improvements to cipher buffer management

8 лет назад
PBES2Parameters.java

8242151: Improve OID mapping and reuse among JDK security providers for aliases registration

3 года назад
PBEWithMD5AndDESCipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
PBEWithMD5AndTripleDESCipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
PBKDF2Core.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
PBKDF2HmacSHA1Factory.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
PBKDF2KeyImpl.java

8286503: Enhance security classes

3 года назад
PBMAC1Core.java

8209129: Further improvements to cipher buffer management

8 лет назад
PCBC.java

8179098: Crypto AES/ECB encryption/decryption performance regression (introduced in jdk9b73)

8 лет назад
PKCS12PBECipherCore.java

8371935: Enhance key generation

4 месяца назад
PKCS5Padding.java

8171252: Improve exception checking

9 лет назад
Padding.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Poly1305.java

8153029: ChaCha20 Cipher Implementation

8 лет назад
PrivateKeyInfo.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
RC2Cipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
RC2Crypt.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
RC2Parameters.java

8198645: Use System.lineSeparator() instead of getProperty("line.separator")

8 лет назад
RSACipher.java

8337692: Better TLS connection support

год назад
SealedObjectForKeyProtector.java

8234027: Better JCEKS key support

7 лет назад
SslMacCore.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
SunJCE.java

8242151: Improve OID mapping and reuse among JDK security providers for aliases registration

3 года назад
SymmetricCipher.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
TlsKeyMaterialGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
TlsMasterSecretGenerator.java

8286503: Enhance security classes

3 года назад
TlsPrfGenerator.java

8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension

9 лет назад
TlsRsaPremasterSecretGenerator.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад