| java.lang.Object org.bouncycastle.x509.X509Util
Inner Class :static class Implementation | |
Method Summary | |
static byte[] | calculateSignature(DERObjectIdentifier sigOid, String sigName, PrivateKey key, SecureRandom random, ASN1Encodable object) | static byte[] | calculateSignature(DERObjectIdentifier sigOid, String sigName, String provider, PrivateKey key, SecureRandom random, ASN1Encodable object) | static X509Principal | convertPrincipal(X500Principal principal) | static Iterator | getAlgNames() | static DERObjectIdentifier | getAlgorithmOID(String algorithmName) | static Implementation | getImplementation(String baseName, String algorithm, Provider prov) see if we can find an algorithm (or its alias and what it represents) in
the property table for the given provider. | static Implementation | getImplementation(String baseName, String algorithm) return an implementation for a given algorithm/provider. | static Provider | getProvider(String provider) | static AlgorithmIdentifier | getSigAlgID(DERObjectIdentifier sigOid, String algorithmName) | static Signature | getSignatureInstance(String algorithm) | static Signature | getSignatureInstance(String algorithm, String provider) |
getImplementation | static Implementation getImplementation(String baseName, String algorithm, Provider prov) throws NoSuchAlgorithmException(Code) | | see if we can find an algorithm (or its alias and what it represents) in
the property table for the given provider.
|
getImplementation | static Implementation getImplementation(String baseName, String algorithm) throws NoSuchAlgorithmException(Code) | | return an implementation for a given algorithm/provider.
If the provider is null, we grab the first avalaible who has the required algorithm.
|
|
|