/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | KeysetManager.java | 75 public synchronized KeysetManager rotate(com.google.crypto.tink.proto.KeyTemplate keyTemplate) in rotate() 88 public synchronized KeysetManager add(com.google.crypto.tink.proto.KeyTemplate keyTemplate) in add() 101 public synchronized KeysetManager add(KeyTemplate keyTemplate) throws GeneralSecurityException { in add() 165 com.google.crypto.tink.proto.KeyTemplate keyTemplate, boolean asPrimary) in addNewKey() 299 private synchronized Keyset.Key newKey(com.google.crypto.tink.proto.KeyTemplate keyTemplate) in newKey()
|
H A D | PrivilegedRegistry.java | 44 public static KeyData deriveKey(KeyTemplate keyTemplate, InputStream randomStream) in deriveKey()
|
H A D | KeysetHandle.java | 815 public static final KeysetHandle generateNew(com.google.crypto.tink.proto.KeyTemplate keyTemplate) in generateNew() 829 public static final KeysetHandle generateNew(KeyTemplate keyTemplate) in generateNew()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/ |
H A D | ProtoParametersSerialization.java | 38 private final KeyTemplate keyTemplate; field in ProtoParametersSerialization 40 private ProtoParametersSerialization(KeyTemplate keyTemplate, Bytes objectIdentifier) { in ProtoParametersSerialization() 65 public static ProtoParametersSerialization create(KeyTemplate keyTemplate) { in create() 76 public static ProtoParametersSerialization checkedCreate(KeyTemplate keyTemplate) in checkedCreate()
|
H A D | KeyTemplateProtoConverter.java | 45 public static com.google.crypto.tink.proto.KeyTemplate toProto(KeyTemplate keyTemplate) in toProto() 57 public static byte[] toByteArray(KeyTemplate keyTemplate) throws GeneralSecurityException { in toByteArray()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/ |
H A D | AndroidKeysetManager.java | 155 private KeyTemplate keyTemplate = null; field in AndroidKeysetManager.Builder 418 com.google.crypto.tink.proto.KeyTemplate keyTemplate) throws GeneralSecurityException { in rotate() 432 public synchronized AndroidKeysetManager add(com.google.crypto.tink.proto.KeyTemplate keyTemplate) in add() 447 public synchronized AndroidKeysetManager add(KeyTemplate keyTemplate) in add()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/ |
H A D | EciesAeadHkdfHybridDecryptTest.java | 60 KeyTemplate keyTemplate = in testEncryptDecrypt() local 135 KeyTemplate keyTemplate = in testEncryptDecrypt_mutatedCiphertext_throws() local 227 KeyTemplate keyTemplate = in testEncryptDecrypt_mutatedContext_throws() local 319 KeyTemplate keyTemplate = in testEncryptDecrypt_mutatedSalt_throws() local
|
H A D | EciesAeadHkdfHybridEncryptTest.java | 62 KeyTemplate keyTemplate = in testBasicMultipleEncrypts() local
|
/aosp_15_r20/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/ |
H A D | TinkeyUtil.java | 68 KeyTemplate keyTemplate, String outFormat, String masterKeyUri, String credentialPath) in createKeyset() 84 KeyTemplate keyTemplate) in createKeyset()
|
H A D | CreateKeysetOptions.java | 33 KeyTemplate keyTemplate; field in CreateKeysetOptions
|
H A D | AddRotateOptions.java | 34 KeyTemplate keyTemplate; field in AddRotateOptions
|
H A D | CreateKeysetCommand.java | 46 String masterKeyUri, String credentialPath, KeyTemplate keyTemplate) in create()
|
H A D | RotateKeysetCommand.java | 44 KeyTemplate keyTemplate) throws Exception { in rotate()
|
H A D | AddKeyCommand.java | 52 KeyTemplate keyTemplate) throws GeneralSecurityException, IOException { in add()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/tinkkey/ |
H A D | KeyHandleTest.java | 213 com.google.crypto.tink.KeyTemplate keyTemplate = in generateNew_unregisteredTypeUrl_shouldThrow() local 275 KeyTemplate keyTemplate = KeyTemplates.get("ED25519_RAW"); in getKeyTemplate() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | KeysetManagerTest.java | 708 KeyTemplate keyTemplate = KeyTemplates.get("AES256_GCM"); in addKeyHandle_newKeyset_shouldAddKey() local 749 KeyTemplate keyTemplate = KeyTemplates.get("AES128_GCM_RAW"); in addKeyHandle_fromKeysetWithDisabledKey_shouldCopyStatusCorrectly() local 811 KeyTemplate keyTemplate = KeyTemplates.get("AES128_GCM"); in addKeyHandleWithKeyAccess_newKeyset_shouldAddKey() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/tinkkey/ |
H A D | KeyHandle.java | 108 public static KeyHandle generateNew(KeyTemplate keyTemplate) throws GeneralSecurityException { in generateNew()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A D | TestUtil.java | 728 com.google.crypto.tink.KeyTemplate keyTemplate, Keyset.Key key) throws Exception { in assertHmacKey() 752 com.google.crypto.tink.KeyTemplate keyTemplate, KeysetInfo.KeyInfo keyInfo) throws Exception { in assertKeyInfo()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/keyderivation/internal/ |
H A D | PrfBasedDeriverTest.java | 98 KeyTemplate keyTemplate = KeyTemplate.newBuilder().setTypeUrl("non existent type url").build(); in createDeriver_invalidDerivedKeyTemplate_throws() local
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp_15_r20/external/aws-sdk-java-v2/services/groundstation/src/main/resources/codegen-resources/ |
H A D | service-2.json | 2887 "keyTemplate":{ object
|