class X509SignatureUtil
extends java.lang.Object
| Constructor and Description |
|---|
X509SignatureUtil() |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
getDigestAlgName(DERObjectIdentifier digestAlgOID)
Return the digest algorithm using one of the standard JCA string
representations rather the the algorithm identifier (if possible).
|
(package private) static java.lang.String |
getSignatureName(AlgorithmIdentifier sigAlgId) |
(package private) static void |
setSignatureParameters(java.security.Signature signature,
DEREncodable params) |
private static final ASN1Null derNull
static void setSignatureParameters(java.security.Signature signature,
DEREncodable params)
throws java.security.NoSuchAlgorithmException,
java.security.SignatureException,
java.security.InvalidKeyException
java.security.NoSuchAlgorithmExceptionjava.security.SignatureExceptionjava.security.InvalidKeyExceptionstatic java.lang.String getSignatureName(AlgorithmIdentifier sigAlgId)
private static java.lang.String getDigestAlgName(DERObjectIdentifier digestAlgOID)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.