Home
last modified time | relevance | path

Searched defs:algid (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS8Key.java40 private PKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in PKCS8Key()
59 static java.security.PrivateKey buildPKCS8Key(sun.security.x509.AlgorithmId algid, byte[] key) in buildPKCS8Key()
105 sun.security.util.DerOutputStream out, sun.security.x509.AlgorithmId algid, byte[] key) in encode()
118 @android.compat.annotation.UnsupportedAppUsage protected sun.security.x509.AlgorithmId algid; field in PKCS8Key
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509Key.java36 private X509Key(sun.security.x509.AlgorithmId algid, sun.security.util.BitArray key) in X509Key()
60 sun.security.x509.AlgorithmId algid, sun.security.util.BitArray key) in buildX509Key()
123 sun.security.x509.AlgorithmId algid, in encode()
129 @android.compat.annotation.UnsupportedAppUsage protected sun.security.x509.AlgorithmId algid; field in X509Key
DAlgorithmId.java314 private sun.security.util.ObjectIdentifier algid; field in AlgorithmId
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS8Key.java58 protected AlgorithmId algid; field in PKCS8Key
81 private PKCS8Key (AlgorithmId algid, byte key []) in PKCS8Key()
168 static PrivateKey buildPKCS8Key (AlgorithmId algid, byte[] key) in buildPKCS8Key()
386 static void encode(DerOutputStream out, AlgorithmId algid, byte[] key) in encode()
/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java65 protected AlgorithmId algid; field in X509Key
103 private X509Key(AlgorithmId algid, BitArray key) in X509Key()
205 static PublicKey buildX509Key(AlgorithmId algid, BitArray key) in buildX509Key()
470 static void encode(DerOutputStream out, AlgorithmId algid, BitArray key) in encode()
DKeyIdentifier.java90 AlgorithmId algid = AlgorithmId.parse(algAndKey.data.getDerValue()); in KeyIdentifier() local
DAlgorithmId.java67 private ObjectIdentifier algid; field in AlgorithmId
367 ObjectIdentifier algid; in parse() local
/libcore/ojluni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java61 private AlgorithmId algid; field in EncryptedPrivateKeyInfo
419 DerInputStream algid = values[1].toDerInputStream(); in checkPKCS8Encoding() local