Uses of Class
org.xipki.security.XiSecurityException
-
Packages that use XiSecurityException Package Description org.xipki.security org.xipki.security.jce org.xipki.security.pkcs11 org.xipki.security.pkcs12 org.xipki.security.util -
-
Uses of XiSecurityException in org.xipki.security
Methods in org.xipki.security that throw XiSecurityException Modifier and Type Method Description abstract org.bouncycastle.asn1.pkcs.PrivateKeyInfoKeypairGenerator. generateKeypair(String keyspec)Generate keypair for the given keyspec as defined in RFC 5958.voidConcurrentContentSigner. initialize(String conf, org.xipki.password.PasswordResolver passwordResolver)Initializes me.voidDfltConcurrentContentSigner. initialize(String conf, org.xipki.password.PasswordResolver passwordResolver)voidKeypairGenerator. initialize(String conf, org.xipki.password.PasswordResolver passwordResolver)Initializes me.protected abstract voidKeypairGenerator. initialize0(org.xipki.util.ConfPairs conf, org.xipki.password.PasswordResolver passwordResolver)Constructors in org.xipki.security that throw XiSecurityException Constructor Description SignatureSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, Signature signer, PrivateKey key)SignatureSigner(SignAlgo sigAlgo, Signature signer, PrivateKey key)XiWrappedContentSigner(org.bouncycastle.operator.ContentSigner signer, boolean fixedAlgorithmIdentifier) -
Uses of XiSecurityException in org.xipki.security.jce
Methods in org.xipki.security.jce that throw XiSecurityException Modifier and Type Method Description ConcurrentContentSignerJceSignerBuilder. createSigner(SignAlgo signAlgo, int parallelism)Constructors in org.xipki.security.jce that throw XiSecurityException Constructor Description JceSigner(PrivateKey signKey, SignAlgo signAlgo, String providerName, Provider provider)JceSignerBuilder(PrivateKey privateKey, PublicKey publicKey, X509Cert[] certificateChain, String providerName)JceSignerBuilder(PrivateKey privateKey, PublicKey publicKey, X509Cert[] certificateChain, Provider provider) -
Uses of XiSecurityException in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that throw XiSecurityException Modifier and Type Method Description byte[]P11Key. digestSecretKey(long mechanism)org.bouncycastle.asn1.pkcs.PrivateKeyInfoP11KeypairGenerator. generateKeypair(String keyspec)P11CryptServiceP11CryptServiceFactory. getP11CryptService(String moduleName)Gets theP11CryptServiceof the given modulemoduleName.P11CryptServiceP11CryptServiceFactoryImpl. getP11CryptService(String moduleName)voidP11KeypairGenerator. initialize0(org.xipki.util.ConfPairs conf, org.xipki.password.PasswordResolver passwordResolver)booleanP11Key. supportsDigest(long mechanism) -
Uses of XiSecurityException in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 that throw XiSecurityException Modifier and Type Method Description org.bouncycastle.operator.ContentSignerP12ContentSignerBuilder. createContentSigner(SignAlgo signAlgo, SecureRandom random)ConcurrentContentSignerP12ContentSignerBuilder. createSigner(SignAlgo signAlgo, int parallelism, SecureRandom random)ConcurrentContentSignerP12MacContentSignerBuilder. createSigner(SignAlgo sigAlgo, int parallelism)ConcurrentContentSignerP12XdhMacContentSignerBuilder. createSigner(int parallelism)static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert cert)static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert[] certchain)static KeypairWithCertKeypairWithCert. fromKeystore(KeyStore keystore, String keyname, char[] keyPassword, X509Cert[] certchain)org.bouncycastle.asn1.pkcs.PrivateKeyInfoSoftwareKeypairGenerator. generateKeypair(String keyspec)Constructors in org.xipki.security.pkcs12 that throw XiSecurityException Constructor Description AESGmacContentSigner(SignAlgo signAlgo, SecretKey signingKey)HmacContentSigner(SignAlgo algorithm, SecretKey signingKey)P12ContentSignerBuilder(KeypairWithCert keypairWithCert)P12MacContentSignerBuilder(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword)P12XdhMacContentSignerBuilder(KeypairWithCert keypairWithCert, X509Cert peerCert)P12XdhMacContentSignerBuilder(X509Cert peerCert, PrivateKey privateKey, PublicKey publicKey) -
Uses of XiSecurityException in org.xipki.security.util
Methods in org.xipki.security.util that throw XiSecurityException Modifier and Type Method Description static voidX509Util. assertCsrAndCertMatch(org.bouncycastle.asn1.pkcs.CertificationRequest csr, org.bouncycastle.asn1.x509.Certificate targetCert, boolean caCertRequired)static org.bouncycastle.crypto.SignerSignerUtil. createPSSRSASigner(SignAlgo sigAlgo)static byte[]SignerUtil. dsaSigPlainToX962(byte[] signature)static byte[]SignerUtil. dsaSigToPlain(BigInteger sigR, BigInteger sigS, int orderBitLen)static byte[]SignerUtil. dsaSigX962ToPlain(byte[] x962Signature, int orderBitLen)static byte[]PKCS1Util. EMSA_PKCS1_v1_5_encoding(byte[] encodedDigestInfo, int modulusBigLength)static byte[]PKCS1Util. EMSA_PKCS1_v1_5_encoding(byte[] hashValue, int modulusBigLength, HashAlgo hashAlgo)static byte[]PKCS1Util. EMSA_PSS_ENCODE(HashAlgo contentDigest, byte[] hashValue, HashAlgo mgfDigest, int saltLen, int modulusBitLength, SecureRandom random)
-