org.apache.wss4j.policy.model
Class AlgorithmSuite.AlgorithmSuiteType
java.lang.Object
org.apache.wss4j.policy.model.AlgorithmSuite.AlgorithmSuiteType
- Enclosing class:
- AlgorithmSuite
public static final class AlgorithmSuite.AlgorithmSuiteType
- extends Object
|
Constructor Summary |
AlgorithmSuite.AlgorithmSuiteType(AlgorithmSuite.AlgorithmSuiteType algorithmSuiteType)
|
AlgorithmSuite.AlgorithmSuiteType(String name,
String digest,
String encryption,
String symmetricKeyWrap,
String asymmetricKeyWrap,
String encryptionKeyDerivation,
String signatureKeyDerivation,
int encryptionDerivedKeyLength,
int signatureDerivedKeyLength,
int minimumSymmetricKeyLength,
int maximumSymmetricKeyLength,
int minimumAsymmetricKeyLength,
int maximumAsymmetricKeyLength)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgorithmSuite.AlgorithmSuiteType
public AlgorithmSuite.AlgorithmSuiteType(String name,
String digest,
String encryption,
String symmetricKeyWrap,
String asymmetricKeyWrap,
String encryptionKeyDerivation,
String signatureKeyDerivation,
int encryptionDerivedKeyLength,
int signatureDerivedKeyLength,
int minimumSymmetricKeyLength,
int maximumSymmetricKeyLength,
int minimumAsymmetricKeyLength,
int maximumAsymmetricKeyLength)
AlgorithmSuite.AlgorithmSuiteType
public AlgorithmSuite.AlgorithmSuiteType(AlgorithmSuite.AlgorithmSuiteType algorithmSuiteType)
getName
public String getName()
getDigest
public String getDigest()
getEncryption
public String getEncryption()
getSymmetricKeyWrap
public String getSymmetricKeyWrap()
getAsymmetricKeyWrap
public String getAsymmetricKeyWrap()
getEncryptionKeyDerivation
public String getEncryptionKeyDerivation()
getSignatureKeyDerivation
public String getSignatureKeyDerivation()
getEncryptionDerivedKeyLength
public int getEncryptionDerivedKeyLength()
getSignatureDerivedKeyLength
public int getSignatureDerivedKeyLength()
getMinimumSymmetricKeyLength
public int getMinimumSymmetricKeyLength()
getMaximumSymmetricKeyLength
public int getMaximumSymmetricKeyLength()
getMinimumAsymmetricKeyLength
public int getMinimumAsymmetricKeyLength()
getMaximumAsymmetricKeyLength
public int getMaximumAsymmetricKeyLength()
setNamespace
public void setNamespace(String ns)
getNamespace
public String getNamespace()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.