Modifier and Type | Field and Description |
---|---|
private PSSParameterSpec |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected byte[] | engineGetEncoded()
Implements abstract java. |
protected byte[] | engineGetEncoded(String
the name of the encoding format. encMethod)Implements abstract java. |
protected <T extends AlgorithmParameterSpec> T | engineGetParameterSpec(Class<T>
the specification class in which
the parameters should be returned. paramSpec)Implements abstract java. |
protected void | engineInit(AlgorithmParameterSpec
the parameter specification. paramSpec)Implements abstract java. paramSpec .
|
protected void | engineInit(byte[]
the encoded parameters. encoded)Implements abstract java. |
protected void | engineInit(byte[]
the encoded parameters. encoded, String the name of the decoding format. decodingMethod)Implements abstract java. params and
decodes them according to the specified decoding format.
|
protected String | engineToString()
Implements abstract java. |
public static byte[] | Returns: its DER encodinga spec)PSSParameterSpec objectReturns the encoding of a |
spec | back to summary |
---|---|
private PSSParameterSpec spec |
PSSParameters | back to summary |
---|---|
public PSSParameters() |
engineGetEncoded | back to summary |
---|---|
protected byte[] engineGetEncoded() throws IOException Implements abstract java. Doc from java. Returns the parameters in their primary encoding format. The primary encoding format for parameters is ASN.1, if an ASN.1 specification for this type of parameters exists.
|
engineGetEncoded | back to summary |
---|---|
protected byte[] engineGetEncoded(String encMethod) throws IOException Implements abstract java. Doc from java. Returns the parameters encoded in the specified format.
If
|
engineGetParameterSpec | back to summary |
---|---|
protected <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> paramSpec) throws InvalidParameterSpecException Implements abstract java. Doc from java. Returns a (transparent) specification of this parameters
object.
|
engineInit | back to summary |
---|---|
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException Implements abstract java. Doc from java. Initializes this parameters object using the parameters
specified in
|
engineInit | back to summary |
---|---|
protected void engineInit(byte[] encoded) throws IOException Implements abstract java. Doc from java. Imports the specified parameters and decodes them according to the primary decoding format for parameters. The primary decoding format for parameters is ASN.1, if an ASN.1 specification for this type of parameters exists.
|
engineInit | back to summary |
---|---|
protected void engineInit(byte[] encoded, String decodingMethod) throws IOException Implements abstract java. Doc from java. Imports the parameters from
|
engineToString | back to summary |
---|---|
protected String engineToString() Implements abstract java. Doc from java. Returns a formatted string describing the parameters. |
getEncoded | back to summary |
---|---|
public static byte[] getEncoded(PSSParameterSpec spec) throws IOException Returns the encoding of a
|