org.apache.wss4j.policy.model
Class AlgorithmSuite.AlgorithmSuiteType

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getAsymmetricKeyWrap()
           
 String getDigest()
           
 String getEncryption()
           
 int getEncryptionDerivedKeyLength()
           
 String getEncryptionKeyDerivation()
           
 int getMaximumAsymmetricKeyLength()
           
 int getMaximumSymmetricKeyLength()
           
 int getMinimumAsymmetricKeyLength()
           
 int getMinimumSymmetricKeyLength()
           
 String getName()
           
 String getNamespace()
           
 int getSignatureDerivedKeyLength()
           
 String getSignatureKeyDerivation()
           
 String getSymmetricKeyWrap()
           
 void setNamespace(String ns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.