Searched defs:algid (Results 1 – 5 of 5) sorted by relevance
58 protected AlgorithmId algid; field in PKCS8Key81 private PKCS8Key (AlgorithmId algid, byte key []) in PKCS8Key()168 static PrivateKey buildPKCS8Key (AlgorithmId algid, byte[] key) in buildPKCS8Key()397 static void encode(DerOutputStream out, AlgorithmId algid, byte[] key) in encode()
66 protected AlgorithmId algid; field in X509Key103 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()
90 AlgorithmId algid = AlgorithmId.parse(algAndKey.data.getDerValue()); in KeyIdentifier() local
67 private ObjectIdentifier algid; field in AlgorithmId369 ObjectIdentifier algid; in parse() local
61 private AlgorithmId algid; field in EncryptedPrivateKeyInfo437 DerInputStream algid = values[1].toDerInputStream(); in checkPKCS8Encoding() local