public class ReKeyKeyPair extends Object implements KmipStruct
| Constructor and Description |
|---|
ReKeyKeyPair() |
ReKeyKeyPair(Optional<String> privateKeyUniqueIdentifier,
Optional<Integer> offset,
Optional<Attributes> common_attributes,
Optional<Attributes> privateKeyAttributes,
Optional<Attributes> publicKeyAttributes,
Optional<ProtectionStorageMasks> common_protection_storage_masks,
Optional<ProtectionStorageMasks> private_protection_storage_masks,
Optional<ProtectionStorageMasks> public_protection_storage_masks) |
public ReKeyKeyPair()
public ReKeyKeyPair(Optional<String> privateKeyUniqueIdentifier, Optional<Integer> offset, Optional<Attributes> common_attributes, Optional<Attributes> privateKeyAttributes, Optional<Attributes> publicKeyAttributes, Optional<ProtectionStorageMasks> common_protection_storage_masks, Optional<ProtectionStorageMasks> private_protection_storage_masks, Optional<ProtectionStorageMasks> public_protection_storage_masks)
public void setPrivateKeyUniqueIdentifier(Optional<String> privateKeyUniqueIdentifier)
public Optional<Attributes> getCommon_attributes()
public void setCommon_attributes(Optional<Attributes> common_attributes)
public Optional<Attributes> getPrivateKeyAttributes()
public void setPrivateKeyAttributes(Optional<Attributes> privateKeyAttributes)
public Optional<Attributes> getPublicKeyAttributes()
public void setPublicKeyAttributes(Optional<Attributes> publicKeyAttributes)
public Optional<ProtectionStorageMasks> getCommon_protection_storage_masks()
public void setCommon_protection_storage_masks(Optional<ProtectionStorageMasks> common_protection_storage_masks)
public Optional<ProtectionStorageMasks> getPrivate_protection_storage_masks()
public void setPrivate_protection_storage_masks(Optional<ProtectionStorageMasks> private_protection_storage_masks)
public Optional<ProtectionStorageMasks> getPublic_protection_storage_masks()
public void setPublic_protection_storage_masks(Optional<ProtectionStorageMasks> public_protection_storage_masks)
public ReKeyKeyPair privateKeyUniqueIdentifier(Optional<String> privateKeyUniqueIdentifier)
public ReKeyKeyPair offset(Optional<Integer> offset)
public ReKeyKeyPair common_attributes(Optional<Attributes> common_attributes)
public ReKeyKeyPair privateKeyAttributes(Optional<Attributes> privateKeyAttributes)
public ReKeyKeyPair publicKeyAttributes(Optional<Attributes> publicKeyAttributes)
public ReKeyKeyPair common_protection_storage_masks(Optional<ProtectionStorageMasks> common_protection_storage_masks)
public ReKeyKeyPair private_protection_storage_masks(Optional<ProtectionStorageMasks> private_protection_storage_masks)
public ReKeyKeyPair public_protection_storage_masks(Optional<ProtectionStorageMasks> public_protection_storage_masks)
Copyright © 2023. All rights reserved.