Home
last modified time | relevance | path

Searched refs:getContentBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DContentInfo.java203 public byte[] getContentBytes() throws IOException { in getContentBytes() method in ContentInfo
DSignerInfo.java316 inputStream = new ByteArrayInputStream(content.getContentBytes()); in verify()