public class SecurityProvidersImpl extends Object
| Modifier and Type | Method and Description |
|---|---|
Provider |
getAES()
Returns AES provider
|
Provider |
getMD5()
Returns MD5 provider
|
PKCS7EnvelopedDataHandler |
getPKCS7EnvelopedDataHandler()
Returns PKCS7EnvelopedDataHandler
|
SecureRandom |
getRandomGenerator()
Returns random number generator
|
Provider |
getRC4()
Returns RC4 provider
|
Provider |
getSHA1()
Returns SHA1 provider
|
Provider |
getSHA1PRNG()
Returns SHA1PRNG provider
|
Provider |
getSHA256()
Returns SHA256 provider
|
Provider |
getSHA384()
Returns SHA384 provider
|
Provider |
getSHA512()
Returns SHA512 provider
|
Provider |
requireAES()
Returns the AES provider, exception is thrown if it is null
|
Provider |
requireMD5()
Returns the MD5 provider, exception is thrown if it is null
|
PKCS7EnvelopedDataHandler |
requirePKCS7EnvelopedDataHandler()
Returns the PKCS7EnvelopedDataHandler, exception is thrown if it is null
|
SecureRandom |
requireRandomGenerator()
Returns the random number generator, exception is thrown if it is null
|
Provider |
requireRC4()
Returns the RC4 provider, exception is thrown if it is null
|
Provider |
requireSHA1()
Returns the SHA1 provider, exception is thrown if it is null
|
Provider |
requireSHA1PRNG()
Returns the SHA1PRNG provider, exception is thrown if it is null
|
Provider |
requireSHA256()
Returns the SHA256 provider, exception is thrown if it is null
|
Provider |
requireSHA384()
Returns the SHA384 provider, exception is thrown if it is null
|
Provider |
requireSHA512()
Returns the SHA512 provider, exception is thrown if it is null
|
public Provider getAES()
public Provider getMD5()
public Provider getRC4()
public Provider getSHA1()
public Provider getSHA256()
public Provider getSHA384()
public Provider getSHA512()
public Provider getSHA1PRNG()
public PKCS7EnvelopedDataHandler getPKCS7EnvelopedDataHandler()
public Provider requireSHA1PRNG() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireMD5() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireRC4() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireAES() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireSHA1() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireSHA256() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireSHA384() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic Provider requireSHA512() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic PKCS7EnvelopedDataHandler requirePKCS7EnvelopedDataHandler() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionpublic SecureRandom getRandomGenerator()
public SecureRandom requireRandomGenerator() throws PDFSecurityConfigurationException
PDFSecurityConfigurationExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved