public interface SSSecurityKeyEntry
Title: Service Event Fabric Runtime
Description: Secruity key entry interface.
Copyright: Copyright (c) 2019
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
SSSecurityKeyEntry |
copyWithoutKeys() |
SSSecurityKeyAlgorithm |
getAlgorithm() |
long |
getCreatedAt() |
java.lang.String |
getName() |
java.lang.String |
getOwnerName() |
java.security.PrivateKey |
getPrivateKey() |
java.security.PublicKey |
getPublicKey() |
javax.crypto.SecretKey |
getSecretKey() |
java.lang.String |
getUUID() |
boolean |
isPrivateKeyPresent() |
boolean |
isPublic() |
boolean |
isPublicKeyPresent() |
boolean |
isSecretKeyPresent() |
SSSecurityKeyAlgorithm getAlgorithm()
java.lang.String getName()
java.lang.String getUUID()
java.lang.String getOwnerName()
long getCreatedAt()
boolean isPublic()
javax.crypto.SecretKey getSecretKey()
java.security.PrivateKey getPrivateKey()
java.security.PublicKey getPublicKey()
boolean isSecretKeyPresent()
boolean isPrivateKeyPresent()
boolean isPublicKeyPresent()
SSSecurityKeyEntry copyWithoutKeys()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.