MCPcopy Create free account
hub / github.com/mpdavis/python-jose / RsaAlgorithmIdentifier

Class RsaAlgorithmIdentifier

jose/backends/_asn1.py:12–17  ·  view source on GitHub ↗

ASN1 structure for recording RSA PrivateKeyAlgorithm identifiers.

Source from the content-addressed store, hash-verified

10
11
12class RsaAlgorithmIdentifier(univ.Sequence):
13 """ASN1 structure for recording RSA PrivateKeyAlgorithm identifiers."""
14
15 componentType = namedtype.NamedTypes(
16 namedtype.NamedType("rsaEncryption", univ.ObjectIdentifier()), namedtype.NamedType("parameters", univ.Null())
17 )
18
19
20class PKCS8PrivateKey(univ.Sequence):

Callers 4

PKCS8PrivateKeyClass · 0.85
PublicKeyInfoClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…