|
Bouncy Castle Cryptography 1.23 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cms.SignerInformation
an expanded SignerInfo block from a CMS Signed message
Method Summary | |
java.lang.String |
getDigestAlgOID()
return the object identifier for the signature. |
byte[] |
getDigestAlgParams()
return the signature parameters, or null if there aren't any. |
java.lang.String |
getEncryptionAlgOID()
return the object identifier for the signature. |
byte[] |
getEncryptionAlgParams()
return the signature/encyrption algorithm parameters, or null if there aren't any. |
SignerId |
getSID()
|
byte[] |
getSignature()
return the encoded signature |
org.bouncycastle.asn1.cms.AttributeTable |
getSignedAttributes()
return a AttributeTable of the signed attributes - indexed by the OID of the attribute. |
org.bouncycastle.asn1.cms.AttributeTable |
getUnsignedAttributes()
return a HashMap of the unsigned attributes indexed by the OID of the attribute. |
boolean |
verify(java.security.PublicKey key,
java.lang.String sigProvider)
verify that the given public key succesfully handles and confirms the signature associated with this signer. |
boolean |
verify(java.security.cert.X509Certificate cert,
java.lang.String sigProvider)
verify that the given certificate succesfully handles and confirms the signature associated with this signer and, if a signingTime attribute is available, that the certificate was valid at the time the signature was generated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public SignerId getSID()
public java.lang.String getDigestAlgOID()
public byte[] getDigestAlgParams()
public java.lang.String getEncryptionAlgOID()
public byte[] getEncryptionAlgParams()
public org.bouncycastle.asn1.cms.AttributeTable getSignedAttributes()
public org.bouncycastle.asn1.cms.AttributeTable getUnsignedAttributes()
public byte[] getSignature()
public boolean verify(java.security.PublicKey key, java.lang.String sigProvider) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException, CMSException
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
CMSException
public boolean verify(java.security.cert.X509Certificate cert, java.lang.String sigProvider) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException, java.security.cert.CertificateExpiredException, java.security.cert.CertificateNotYetValidException, CMSException
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
java.security.cert.CertificateExpiredException
java.security.cert.CertificateNotYetValidException
CMSException
|
Bouncy Castle Cryptography 1.23 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |