Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private static final ECKeyValue. | |
private static final ECKeyValue. | |
private static final ECKeyValue. |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
private static BigInteger | |
private static ECPoint | |
private static byte[] | |
public String | getBaseLocalName()
Implements abstract com. Returns the localname of the Elements of the sub-class. |
private static String | |
private static ECParameterSpec | |
private static Element | |
private static Element | |
private static Element | |
public PublicKey | getPublicKey()
Implements com. Method getPublicKey |
private static ECKeyValue. | |
private static boolean | |
private static byte[] | |
private static Element |
SECP256R1 | back to summary |
---|---|
private static final ECKeyValue. |
SECP384R1 | back to summary |
---|---|
private static final ECKeyValue. |
SECP521R1 | back to summary |
---|---|
private static final ECKeyValue. |
ECKeyValue | back to summary |
---|---|
public ECKeyValue(Element element, String baseURI) throws XMLSecurityException Constructor DSAKeyValue |
ECKeyValue | back to summary |
---|---|
public ECKeyValue(Document doc, Key key) throws IllegalArgumentException Constructor DSAKeyValue |
bigInt | back to summary |
---|---|
private static BigInteger bigInt(String s) |
decodePoint | back to summary |
---|---|
private static ECPoint decodePoint(byte[] data, EllipticCurve curve) throws IOException |
encodePoint | back to summary |
---|---|
private static byte[] encodePoint(ECPoint point, EllipticCurve curve) |
getBaseLocalName | back to summary |
---|---|
public String getBaseLocalName() Implements abstract com. Doc from com. Returns the localname of the Elements of the sub-class. |
getCurveOid | back to summary |
---|---|
private static String getCurveOid(ECParameterSpec params) |
getECParameterSpec | back to summary |
---|---|
private static ECParameterSpec getECParameterSpec(String oid) |
getFirstChildElement | back to summary |
---|---|
private static Element getFirstChildElement(Node node) |
getNextSiblingElement | back to summary |
---|---|
private static Element getNextSiblingElement(Node node, String localName, String namespaceURI) throws MarshalException |
getNextSiblingElement | back to summary |
---|---|
private static Element getNextSiblingElement(Node node) |
getPublicKey | back to summary |
---|---|
public PublicKey getPublicKey() throws XMLSecurityException Implements com. Doc from com. Method getPublicKey |
initializeCurve | back to summary |
---|---|
private static ECKeyValue. |
matchCurve | back to summary |
---|---|
private static boolean matchCurve(ECParameterSpec params, ECKeyValue. |
trimZeroes | back to summary |
---|---|
private static byte[] trimZeroes(byte[] b) |
verifyElement | back to summary |
---|---|
private static Element verifyElement(Element elem, String localName, String namespaceURI) throws MarshalException |
Access | Constructor and Description |
---|---|
pack-priv |
name | back to summary |
---|---|
private final String name |
oid | back to summary |
---|---|
private final String oid |
Curve | back to summary |
---|---|
pack-priv Curve(String name, String oid, EllipticCurve curve, ECPoint g, BigInteger n, int h) |
getName | back to summary |
---|---|
private String getName() |
getObjectId | back to summary |
---|---|
private String getObjectId() |