Class ConcatKDFParamsImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
- All Implemented Interfaces:
XMLObject,ConcatKDFParams
Concrete implementation of
ConcatKDFParams.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringAlgorithmID.private DigestMethodDigestMethod.private StringPartyUInfo.private StringPartyVInfo.private StringSuppPrivInfo.private StringSuppPubInfo.Fields inherited from interface org.opensaml.xmlsec.encryption.ConcatKDFParams
ALGORITHM_ID_ATTRIBUTE_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, PARTY_U_INFO_ATTRIBUTE_NAME, PARTY_V_INFO_ATTRIBUTE_NAME, SUPP_PRIV_INFO_ATTRIBUTE_NAME, SUPP_PUB_INFO_ATTRIBUTE_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConcatKDFParamsImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]byte[]byte[]byte[]voidsetAlgorithmID(String newAlgorithmID) voidsetAlgorithmIDBytes(byte[] newAlgorithmID) voidsetDigestMethod(DigestMethod newDigestMethod) voidsetPartyUInfo(String newPartyUInfo) voidsetPartyUInfoBytes(byte[] newPartyUInfo) voidsetPartyVInfo(String newPartyVInfo) voidsetPartyVInfoBytes(byte[] newPartyVInfo) voidsetSuppPrivInfo(String newSuppPrivInfo) voidsetSuppPrivInfoBytes(byte[] newSuppPrivInfo) voidsetSuppPubInfo(String newSuppPubInfo) voidsetSuppPubInfoBytes(byte[] newSuppPubInfo) Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
digestMethod
DigestMethod. -
algorithmID
AlgorithmID. -
partyUInfo
PartyUInfo. -
partyVInfo
PartyVInfo. -
suppPubInfo
SuppPubInfo. -
suppPrivInfo
SuppPrivInfo.
-
-
Constructor Details
-
Method Details
-
getDigestMethod
- Specified by:
getDigestMethodin interfaceConcatKDFParams
-
setDigestMethod
- Specified by:
setDigestMethodin interfaceConcatKDFParams
-
getAlgorithmID
- Specified by:
getAlgorithmIDin interfaceConcatKDFParams
-
setAlgorithmID
- Specified by:
setAlgorithmIDin interfaceConcatKDFParams
-
getAlgorithmIDBytes
@Nullable public byte[] getAlgorithmIDBytes()- Specified by:
getAlgorithmIDBytesin interfaceConcatKDFParams
-
setAlgorithmIDBytes
public void setAlgorithmIDBytes(@Nullable byte[] newAlgorithmID) - Specified by:
setAlgorithmIDBytesin interfaceConcatKDFParams
-
getPartyUInfo
- Specified by:
getPartyUInfoin interfaceConcatKDFParams
-
setPartyUInfo
- Specified by:
setPartyUInfoin interfaceConcatKDFParams
-
getPartyUInfoBytes
@Nullable public byte[] getPartyUInfoBytes()- Specified by:
getPartyUInfoBytesin interfaceConcatKDFParams
-
setPartyUInfoBytes
public void setPartyUInfoBytes(@Nullable byte[] newPartyUInfo) - Specified by:
setPartyUInfoBytesin interfaceConcatKDFParams
-
getPartyVInfo
- Specified by:
getPartyVInfoin interfaceConcatKDFParams
-
setPartyVInfo
- Specified by:
setPartyVInfoin interfaceConcatKDFParams
-
getPartyVInfoBytes
@Nullable public byte[] getPartyVInfoBytes()- Specified by:
getPartyVInfoBytesin interfaceConcatKDFParams
-
setPartyVInfoBytes
public void setPartyVInfoBytes(@Nullable byte[] newPartyVInfo) - Specified by:
setPartyVInfoBytesin interfaceConcatKDFParams
-
getSuppPubInfo
- Specified by:
getSuppPubInfoin interfaceConcatKDFParams
-
setSuppPubInfo
- Specified by:
setSuppPubInfoin interfaceConcatKDFParams
-
getSuppPubInfoBytes
@Nullable public byte[] getSuppPubInfoBytes()- Specified by:
getSuppPubInfoBytesin interfaceConcatKDFParams
-
setSuppPubInfoBytes
public void setSuppPubInfoBytes(@Nullable byte[] newSuppPubInfo) - Specified by:
setSuppPubInfoBytesin interfaceConcatKDFParams
-
getSuppPrivInfo
- Specified by:
getSuppPrivInfoin interfaceConcatKDFParams
-
setSuppPrivInfo
- Specified by:
setSuppPrivInfoin interfaceConcatKDFParams
-
getSuppPrivInfoBytes
@Nullable public byte[] getSuppPrivInfoBytes()- Specified by:
getSuppPrivInfoBytesin interfaceConcatKDFParams
-
setSuppPrivInfoBytes
public void setSuppPrivInfoBytes(@Nullable byte[] newSuppPrivInfo) - Specified by:
setSuppPrivInfoBytesin interfaceConcatKDFParams
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-