Home
last modified time | relevance | path

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

/system/extras/verity/
DUtils.java132 static byte[] pemToDer(String pem) throws Exception { in pemToDer()
179 static PrivateKey loadPEMPrivateKey(byte[] pem) throws Exception { in loadPEMPrivateKey()
198 static PublicKey loadPEMPublicKey(byte[] pem) throws Exception { in loadPEMPublicKey()