Class Secp224r1
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
-
- org.opensaml.security.crypto.ec.curves.Secp224r1
-
- All Implemented Interfaces:
Component,DestructableComponent,InitializableComponent,NamedCurve
public class Secp224r1 extends AbstractNamedCurve
Descriptor for named curve 'secp224r1', OID: 1.3.132.0.33.
-
-
Constructor Summary
Constructors Constructor Description Secp224r1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).StringgetObjectIdentifier()Get the curve's object identifier (OID).-
Methods inherited from class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
buildParameterSpec, doInitialize, getParameterSpec, toString
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opensaml.security.crypto.ec.NamedCurve
getKeyLength, getURI
-
-