public static class JarRepository.JarContent extends Object
Constructor and Description |
---|
JarContent(String key,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
String |
checkSignature(String base64Sig,
CryptoKeys keys) |
ByteBuffer |
getFileContent(String entryName) |
public JarContent(String key, ByteBuffer buffer)
public ByteBuffer getFileContent(String entryName) throws IOException
IOException
public String checkSignature(String base64Sig, CryptoKeys keys)
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.