public class KeyPairTemplate<Public extends AsymmKeyTemplate,Private extends AsymmKeyTemplate>
extends java.lang.Object
implements java.io.Serializable
Description:
Template to carry KeyPair with same type
Constructor and Description |
---|
KeyPairTemplate(Public publicKeyTemplate,
Private privateKeyTemplate)
Template creation, parameters can be null
|
Modifier and Type | Method and Description |
---|---|
Private |
getPrivateKeyTemplate() |
Public |
getPublicKeyTemplate() |
Copyright © 2025. All rights reserved.