All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kloudtek.kryptotek.key.Certificate Maven / Gradle / Ivy

Go to download

Kryptotek provides an easy to use abstraction layer for cryptographic functions

The newest version!
/*
 * Copyright (c) 2014 Kloudtek Ltd
 */

package com.kloudtek.kryptotek.key;

import com.kloudtek.kryptotek.Key;

/**
 * A certificate contains a key and extra information in regards to the owner of that key
 */
public interface Certificate extends Key {
    String getSubject();

    SubjectKeyIdentifier getSubjectKeyIdentifier();

    PublicKey getPublicKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy