Uses of Class
org.xipki.pkcs11.wrapper.attrs.ByteArrayAttribute
-
Packages that use ByteArrayAttribute Package Description org.xipki.pkcs11.wrapper.attrs -
-
Uses of ByteArrayAttribute in org.xipki.pkcs11.wrapper.attrs
Methods in org.xipki.pkcs11.wrapper.attrs that return ByteArrayAttribute Modifier and Type Method Description ByteArrayAttributeByteArrayAttribute. bigIntValue(BigInteger value)Set the big integer value whose unsigned byte-array representation is the content of this attribute.ByteArrayAttributeByteArrayAttribute. byteArrayValue(byte[] value)Set the byte-array value of this attribute.
-