Uses of Class
org.xipki.security.NoIdleSignerException
-
Packages that use NoIdleSignerException Package Description org.xipki.security -
-
Uses of NoIdleSignerException in org.xipki.security
Methods in org.xipki.security that throw NoIdleSignerException Modifier and Type Method Description ConcurrentBagEntrySignerConcurrentContentSigner. borrowSigner()Borrows a signer with implementation-dependent default timeout.ConcurrentBagEntrySignerConcurrentContentSigner. borrowSigner(int soTimeout)Borrows a signer with the givensoTimeout.ConcurrentBagEntrySignerDfltConcurrentContentSigner. borrowSigner()ConcurrentBagEntrySignerDfltConcurrentContentSigner. borrowSigner(int soTimeout)Borrows a signer.byte[]ConcurrentContentSigner. sign(byte[] data)Sign the data.byte[][]ConcurrentContentSigner. sign(byte[][] data)Sign the data.byte[]DfltConcurrentContentSigner. sign(byte[] data)byte[][]DfltConcurrentContentSigner. sign(byte[][] data)
-