Searched defs:getEncodedSubjectPublicKeyInfo (Results 1 - 1 of 1) sorted by last modified time

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java11 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) method in class:KeyUtil
15 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData));
23 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) method in class:KeyUtil
27 return getEncodedSubjectPublicKeyInfo(new SubjectPublicKeyInfo(algId, keyData));
35 public static byte[] getEncodedSubjectPublicKeyInfo(SubjectPublicKeyInfo info) method in class:KeyUtil

Completed in 61 milliseconds