Home
last modified time | relevance | path

Searched defs:ObjectIdentifier (Results 1 – 25 of 142) sorted by relevance

123456

/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/
Dlib.rs60 fn oid(&self) -> ObjectIdentifier; in oid()
64 fn oid(&self) -> ObjectIdentifier { in oid()
85 pub struct ObjectIdentifier { struct
94 impl ObjectIdentifier { argument
208 impl AsRef<[u8]> for ObjectIdentifier { implementation
214 impl FromStr for ObjectIdentifier { implementation
222 impl TryFrom<&[u8]> for ObjectIdentifier { implementation
230 impl From<&ObjectIdentifier> for ObjectIdentifier { implementation
231 fn from(oid: &ObjectIdentifier) -> ObjectIdentifier { in from()
236 impl fmt::Debug for ObjectIdentifier { implementation
[all …]
Dparser.rs37 pub(crate) const fn finish(self) -> Result<ObjectIdentifier> { in finish()
Dencoder.rs102 pub(crate) const fn finish(self) -> Result<ObjectIdentifier> { in finish()
Ddb.rs89 pub const fn by_name(&self, name: &str) -> Option<&'a ObjectIdentifier> { in by_name()
/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dalgorithm.rs100 pub fn assert_algorithm_oid(&self, expected_oid: ObjectIdentifier) -> Result<ObjectIdentifier> { in assert_algorithm_oid()
113 expected_oid: ObjectIdentifier, in assert_parameters_oid()
114 ) -> Result<ObjectIdentifier> { in assert_parameters_oid()
127 algorithm: ObjectIdentifier, in assert_oids()
128 parameters: ObjectIdentifier, in assert_oids()
145 pub fn parameters_oid(&self) -> Result<ObjectIdentifier> { in parameters_oid()
156 pub fn oids(&self) -> der::Result<(ObjectIdentifier, Option<ObjectIdentifier>)> { in oids()
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Doid.rs12 impl<'a> DecodeValue<'a> for ObjectIdentifier { implementation
25 impl EncodeValue for ObjectIdentifier { implementation
35 impl FixedTag for ObjectIdentifier { implementation
39 impl OrdIsValueOrd for ObjectIdentifier {} implementation
63 impl TryFrom<AnyRef<'_>> for ObjectIdentifier { implementation
66 fn try_from(any: AnyRef<'_>) -> Result<ObjectIdentifier> { in try_from()
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/security/util/
H A DObjectIdentifier.annotated.java32 public final class ObjectIdentifier implements java.io.Serializable { class
36 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { throw new RuntimeExcepti… in ObjectIdentifier() method in ObjectIdentifier
39 public ObjectIdentifier(int[] values) throws java.io.IOException { throw new RuntimeException("Stub… in ObjectIdentifier() method in ObjectIdentifier
42 public ObjectIdentifier(DerInputStream in) throws java.io.IOException { throw new RuntimeException(… in ObjectIdentifier() method in ObjectIdentifier
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/
H A DObjectIdentifier.java31 public final class ObjectIdentifier implements java.io.Serializable { class
34 public ObjectIdentifier(java.lang.String oid) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
39 public ObjectIdentifier(int[] values) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
43 public ObjectIdentifier(sun.security.util.DerInputStream in) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
47 ObjectIdentifier(sun.security.util.DerInputBuffer buf) throws java.io.IOException { in ObjectIdentifier() method in ObjectIdentifier
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/
H A DObjectIdentifier.java53 class ObjectIdentifier implements Serializable class
141 public ObjectIdentifier (String oid) throws IOException in ObjectIdentifier() method in ObjectIdentifier
214 public ObjectIdentifier (int values []) throws IOException in ObjectIdentifier() method in ObjectIdentifier
236 public ObjectIdentifier (DerInputStream in) throws IOException in ObjectIdentifier() method in ObjectIdentifier
273 ObjectIdentifier (DerInputBuffer buf) throws IOException in ObjectIdentifier() method in ObjectIdentifier
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/util/
DObjectIdentifier.java27 public class ObjectIdentifier { class
32 private ObjectIdentifier(@NonNull byte[] value) { in ObjectIdentifier() method in ObjectIdentifier
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dasn1.go163 func isValidOID(oid encoding_asn1.ObjectIdentifier) bool {
181 func (b *Builder) AddASN1ObjectIdentifier(oid encoding_asn1.ObjectIdentifier) {
453 func (s *String) ReadASN1ObjectIdentifier(out *encoding_asn1.ObjectIdentifier) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dsec1.go57 func marshalECPrivateKeyWithOID(key *ecdsa.PrivateKey, oid asn1.ObjectIdentifier) ([]byte, error) {
84 func parseECPrivateKey(namedCurveOID *asn1.ObjectIdentifier, der []byte) (key *ecdsa.PrivateKey, er…
Dx509.go499 func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAlgorithm {
536 func namedCurveFromOID(oid asn1.ObjectIdentifier) elliptic.Curve {
667 func extKeyUsageFromOID(oid asn1.ObjectIdentifier) (eku ExtKeyUsage, ok bool) {
1060 func oidInExtensions(oid asn1.ObjectIdentifier, extensions []pkix.Extension) bool {
1357 func marshalExtKeyUsage(extUsages []ExtKeyUsage, unknownUsages []asn1.ObjectIdentifier) (pkix.Exten…
1389 func marshalCertificatePolicies(policies []OID, policyIdentifiers []asn1.ObjectIdentifier) (pkix.Ex…
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dattr.rs148 fn from_hex(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_hex()
181 fn from_delimited_str(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_delimited_str()
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1.go223 type ObjectIdentifier []int type
226 func (oi ObjectIdentifier) Equal(other ObjectIdentifier) bool {
/aosp_15_r20/external/tink/cc/internal/
H A Dproto_parameters_serialization.h58 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
H A Dparameters_parser.h97 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
H A Dparameters_serializer.h87 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
H A Dkey_parser.h104 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
H A Dparser_index_test.cc38 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function in crypto::tink::internal::ExampleSerialization
H A Dproto_key_serialization.h56 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
H A Dserialization_test_util.h43 absl::string_view ObjectIdentifier() const override { in ObjectIdentifier() function
/aosp_15_r20/external/python/asn1crypto/docs/
Duniversal_types.md350 ## ObjectIdentifier section in Universal Types with BER/DER Decoder and DER Encoder
/aosp_15_r20/external/rust/android-crates-io/crates/sec1/src/
Dparameters.rs52 pub fn named_curve(self) -> Option<ObjectIdentifier> { in named_curve()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/pkix/
Dpkix.go274 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {

123456