Home
last modified time | relevance | path

Searched defs:typeUrl (Results 1 – 25 of 134) sorted by relevance

123456

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DRegistryMultithreadTest.java48 public TestKeyManager(String typeUrl) { in TestKeyManager()
52 private final String typeUrl; field in RegistryMultithreadTest.TestKeyManager
76 private final String typeUrl; field in RegistryMultithreadTest.TestKeyTypeManager
78 public TestKeyTypeManager(String typeUrl) { in TestKeyTypeManager()
108 private final String typeUrl; field in RegistryMultithreadTest.TestPublicKeyTypeManager
110 public TestPublicKeyTypeManager(String typeUrl) { in TestPublicKeyTypeManager()
141 private final String typeUrl; field in RegistryMultithreadTest.TestPrivateKeyTypeManager
143 public TestPrivateKeyTypeManager(String typeUrl) { in TestPrivateKeyTypeManager()
H A DKeyManagerRegistryTest.java49 public TestKeyManager(String typeUrl) { in TestKeyManager()
53 private final String typeUrl; field in KeyManagerRegistryTest.TestKeyManager
77 private final String typeUrl; field in KeyManagerRegistryTest.TestKeyTypeManager
79 public TestKeyTypeManager(String typeUrl) { in TestKeyTypeManager()
281 private final String typeUrl; field in KeyManagerRegistryTest.TestPublicKeyTypeManager
283 public TestPublicKeyTypeManager(String typeUrl) { in TestPublicKeyTypeManager()
329 private final String typeUrl; field in KeyManagerRegistryTest.TestPrivateKeyTypeManager
331 public TestPrivateKeyTypeManager(String typeUrl) { in TestPrivateKeyTypeManager()
H A DRegistryTest.java80 public CustomAeadKeyManager(String typeUrl) { in CustomAeadKeyManager()
84 private final String typeUrl; field in RegistryTest.CustomAeadKeyManager
115 public boolean doesSupport(String typeUrl) { in doesSupport()
/aosp_15_r20/external/truth/extensions/proto/src/test/java/com/google/common/truth/extensions/proto/
H A DProtoSubjectTest.java788 String typeUrl = in testAnyMessage_notEqual_diffPrintsExpandedAny() local
822 String typeUrl = in testRepeatedAnyMessage_notEqual_diffPrintsExpandedAny() local
873 String typeUrl = in testAnyMessagesWithDifferentTypes() local
901 String typeUrl = in testAnyMessageCompareWithEmptyAnyMessage() local
933 String typeUrl = in testAnyMessageComparedWithDynamicMessage() local
H A DFieldScopesTest.java115 String typeUrl = in testFieldScopes_none_withAnyField() local
161 String typeUrl = in testIgnoringTopLevelAnyField_ignoringField() local
219 String typeUrl = in testIgnoringTopLevelAnyField_fieldScopes_allowingFields() local
338 String typeUrl = in testIgnoringFieldOfAnyMessage() local
390 String typeUrl = in testAnyMessageComparingExpectedFieldsOnly() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DProtoKeySerialization.java37 private final String typeUrl; field in ProtoKeySerialization
45 String typeUrl, in ProtoKeySerialization()
59 String typeUrl, in create()
H A DLegacyProtoKey.java40 private final String typeUrl; field in LegacyProtoKey.LegacyProtoParametersNotForCreation
73 private LegacyProtoParametersNotForCreation(String typeUrl, OutputPrefixType outputPrefixType) { in LegacyProtoParametersNotForCreation()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DProtoKeySerializationTest.java56 final String typeUrl = "myTypeUrl"; in testIdRequirement_present() local
68 final String typeUrl = "myTypeUrl"; in testIdRequirement_presentMustMatchoutputPrefixType() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/testing/
H A DKeyTypeManagerTestUtilTest.java42 private final String typeUrl; field in KeyTypeManagerTestUtilTest.TestKeyTypeManager
44 public TestKeyTypeManager(String typeUrl) { in TestKeyTypeManager()
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTypeRegistry.java73 public final Descriptor getDescriptorForTypeUrl(String typeUrl) in getDescriptorForTypeUrl()
84 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTypeRegistry.java73 public final Descriptor getDescriptorForTypeUrl(String typeUrl) in getDescriptorForTypeUrl()
84 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DXdsRouteConfigureResource.java101 String typeUrl() { in typeUrl() method in XdsRouteConfigureResource
203 String typeUrl = anyConfig.getTypeUrl(); in parseOverrideFilterConfigs() local
609 String typeUrl = anyConfig.getTypeUrl(); in parseClusterSpecifierPlugin() local
H A DXdsResourceType.java77 abstract String typeUrl(); in typeUrl() method in XdsResourceType
180 Any any, Class<T> clazz, String typeUrl, String compatibleTypeUrl) in unpackCompatibleType()
H A DXdsListenerResource.java87 String typeUrl() { in typeUrl() method in XdsListenerResource
555 String typeUrl = httpFilter.getTypedConfig().getTypeUrl(); in parseHttpFilter() local
H A DRbacConfig.java28 public final String typeUrl() { in typeUrl() method in RbacConfig
/aosp_15_r20/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java527 Descriptor getDescriptorForTypeUrl(String typeUrl) throws InvalidProtocolBufferException { in getDescriptorForTypeUrl()
877 String typeUrl = (String) message.getField(typeUrlField); in printAny() local
985 private void print(MessageOrBuilder message, @Nullable String typeUrl) throws IOException { in print()
1284 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
1522 String typeUrl = typeUrlElement.getAsString(); in mergeAny() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java527 Descriptor getDescriptorForTypeUrl(String typeUrl) throws InvalidProtocolBufferException { in getDescriptorForTypeUrl()
877 String typeUrl = (String) message.getField(typeUrlField); in printAny() local
985 private void print(MessageOrBuilder message, @Nullable String typeUrl) throws IOException { in print()
1284 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName()
1522 String typeUrl = typeUrlElement.getAsString(); in mergeAny() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DCatalogue.java42 public KeyManager<P> getKeyManager(String typeUrl, String primitiveName, int minVersion) in getKeyManager()
/aosp_15_r20/external/tink/python/examples/signature/
H A Dsignature_test_private_keyset.json5 "typeUrl":"type.googleapis.com/google.crypto.tink.EcdsaPrivateKey", string
/aosp_15_r20/external/tink/python/examples/jwt/
H A Djwt_test_public_keyset.json6 "typeUrl": "type.googleapis.com/google.crypto.tink.JwtEcdsaPublicKey", string
/aosp_15_r20/external/tink/java_src/examples/jwt/
H A Djwt_signature_test_private_keyset.json6 "typeUrl":"type.googleapis.com/google.crypto.tink.JwtEcdsaPrivateKey", string
/aosp_15_r20/external/tink/java_src/examples/mac/
H A Dmac_test_keyset.json5 "typeUrl": "type.googleapis.com/google.crypto.tink.HmacKey", string
/aosp_15_r20/external/tink/python/examples/hybrid/
H A Dhybrid_test_private_keyset.json1 {"primaryKeyId":958452012,"key":[{"keyData":{"typeUrl":"type.googleapis.com/google.crypto.tink.Hpke… string
/aosp_15_r20/external/tink/cc/examples/daead/
H A Ddeterministic_aead_test_keyset.json6 "typeUrl": "type.googleapis.com/google.crypto.tink.AesSivKey", string
/aosp_15_r20/external/tink/cc/examples/aead/
H A Daead_test_keyset.json6 "typeUrl": "type.googleapis.com/google.crypto.tink.AesGcmKey", string

123456