dsig11:X509Digest
element.
Access | Constructor and Description |
---|---|
public | |
public | |
public | XMLX509Digest(Document doc, X509Certificate x509certificate, String algorithmURI)
Constructor XMLX509Digest |
Modifier and Type | Method and Description |
---|---|
public String | |
public Attr | |
public String | getBaseLocalName()
Implements abstract com. Returns the localname of the Elements of the sub-class. |
public byte[] | |
public static byte[] | Returns: digest bytes from the given certificateMethod getDigestBytesFromCert |
XMLX509Digest | back to summary |
---|---|
public XMLX509Digest(Element element, String baseURI) throws XMLSecurityException Constructor XMLX509Digest |
XMLX509Digest | back to summary |
---|---|
public XMLX509Digest(Document doc, byte[] digestBytes, String algorithmURI) Constructor XMLX509Digest |
XMLX509Digest | back to summary |
---|---|
public XMLX509Digest(Document doc, X509Certificate x509certificate, String algorithmURI) throws XMLSecurityException Constructor XMLX509Digest |
getAlgorithm | back to summary |
---|---|
public String getAlgorithm() Method getAlgorithm
|
getAlgorithmAttr | back to summary |
---|---|
public Attr getAlgorithmAttr() Method getAlgorithmAttr
|
getBaseLocalName | back to summary |
---|---|
public String getBaseLocalName() Implements abstract com. Doc from com. Returns the localname of the Elements of the sub-class. |
getDigestBytes | back to summary |
---|---|
public byte[] getDigestBytes() throws XMLSecurityException Method getDigestBytes
|
getDigestBytesFromCert | back to summary |
---|---|
public static byte[] getDigestBytesFromCert(X509Certificate cert, String algorithmURI) throws XMLSecurityException Method getDigestBytesFromCert
|