Uses of Class
org.xipki.util.FileOrBinary
-
Packages that use FileOrBinary Package Description org.xipki.util org.xipki.util.http -
-
Uses of FileOrBinary in org.xipki.util
Methods in org.xipki.util that return FileOrBinary Modifier and Type Method Description static FileOrBinaryFileOrBinary. ofBinary(byte[] binary)static FileOrBinaryFileOrBinary. ofFile(String fileName) -
Uses of FileOrBinary in org.xipki.util.http
Methods in org.xipki.util.http that return FileOrBinary Modifier and Type Method Description FileOrBinarySslConf. getKeystore()FileOrBinarySslContextConf. getSslKeystore()FileOrBinary[]SslContextConf. getSslTrustanchors()FileOrBinary[]SslConf. getTrustanchors()Methods in org.xipki.util.http with parameters of type FileOrBinary Modifier and Type Method Description voidSslConf. setKeystore(FileOrBinary keystore)voidSslContextConf. setSslKeystore(FileOrBinary sslKeystore)voidSslContextConf. setSslTrustanchors(FileOrBinary[] sslTrustanchors)voidSslConf. setTrustanchors(FileOrBinary[] trustanchors)
-